Index: src/Parser/ExpressionNode.cc
===================================================================
--- src/Parser/ExpressionNode.cc	(revision cbce2727f642c2a177c82c045248ba1923699527)
+++ src/Parser/ExpressionNode.cc	(revision 65cdc1ea35994157636feda1d881a0381d7a0fb5)
@@ -9,7 +9,7 @@
 // Author           : Rodolfo G. Esteves
 // Created On       : Sat May 16 13:17:07 2015
-// Last Modified By : Peter A. Buhr
-// Last Modified On : Thu Jul 27 21:42:38 2017
-// Update Count     : 567
+// Last Modified By : Andrew Beach
+// Last Modified On : Wed Aug  2 11:12:00 2017
+// Update Count     : 568
 //
 
@@ -40,5 +40,5 @@
 // type.
 
-Type::Qualifiers noQualifiers;				// no qualifiers on constants
+extern const Type::Qualifiers noQualifiers;		// no qualifiers on constants
 
 static inline bool checkU( char c ) { return c == 'u' || c == 'U'; }
