Index: src/SynTree/Constant.cc
===================================================================
--- src/SynTree/Constant.cc	(revision 276a55b2c9291e54685e980e0483fef56ee12b7c)
+++ src/SynTree/Constant.cc	(revision aac99da6739d48d03fa818583c7e87f28d476990)
@@ -9,7 +9,7 @@
 // Author           : Richard C. Bilson
 // Created On       : Mon May 18 07:44:20 2015
-// Last Modified By : Andrew Beach
-// Last Modified On : Fri Spt 28 14:49:00 2018
-// Update Count     : 30
+// Last Modified By : Peter A. Buhr
+// Last Modified On : Fri Feb  8 09:18:01 2019
+// Update Count     : 31
 //
 
@@ -32,5 +32,5 @@
 
 Constant Constant::from_bool( bool b ) {
-	return Constant( new BasicType( Type::Qualifiers(), BasicType::Bool ), b ? "1" : "0" , (unsigned long long int)b );
+	return Constant( new BasicType( Type::Qualifiers(), BasicType::_Bool ), b ? "1" : "0" , (unsigned long long int)b );
 }
 
