Index: src/Parser/TypeData.cc
===================================================================
--- src/Parser/TypeData.cc	(revision 9a380e1a9f211c34f33e32e11c3cc646da5e2473)
+++ src/Parser/TypeData.cc	(revision 2d37a7882d913c098c46c7c61f487b7ae348e885)
@@ -10,6 +10,6 @@
 // Created On       : Sat May 16 15:12:51 2015
 // Last Modified By : Peter A. Buhr
-// Last Modified On : Tue May 10 22:36:52 2022
-// Update Count     : 677
+// Last Modified On : Sun Feb 19 11:00:46 2023
+// Update Count     : 679
 //
 
@@ -375,5 +375,5 @@
 		break;
 	  case Enum:
-		os << "enumeration ";
+		os << "enumeration " << *enumeration.name << endl;;
 		if ( enumeration.constants ) {
 			os << "with constants" << endl;
