Index: src/SynTree/AggregateDecl.cc
===================================================================
--- src/SynTree/AggregateDecl.cc	(revision 1df492a157311639c92151e6df741fe232bef7d6)
+++ src/SynTree/AggregateDecl.cc	(revision 7991c7dbb1962c1133182fc8f9dd01a39dc0bb72)
@@ -10,6 +10,6 @@
 // Created On       : Sun May 17 23:56:39 2015
 // Last Modified By : Peter A. Buhr
-// Last Modified On : Mon Dec 16 15:07:20 2019
-// Update Count     : 31
+// Last Modified On : Fri Jul  1 09:12:33 2022
+// Update Count     : 32
 //
 
@@ -125,5 +125,5 @@
 				SingleInit * init = strict_dynamic_cast< SingleInit * >( field->init );
 				auto result = eval( init->value );
-				if ( ! result.second ) SemanticError( init->location, toString( "Non-constexpr in initialization of enumerator: ", field ) );
+				if ( ! result.second ) SemanticError( init->location, toString( "Enumerator value for '", field, "' is not an integer constant" ) );
 				currentValue = result.first;
 			}
