absyntax_utils/absyntax_utils.hh
changeset 328 66cd5d9893dd
parent 279 c0453b7f99df
child 338 3037bb7e8a82
--- a/absyntax_utils/absyntax_utils.hh	Mon Jun 27 18:01:43 2011 +0200
+++ b/absyntax_utils/absyntax_utils.hh	Tue Jun 28 19:03:15 2011 +0200
@@ -74,6 +74,11 @@
 extern symbol_c null_symbol4;
 extern symtable_c<symbol_c *, &null_symbol4> type_symtable;
 
+/* A symbol table with all values declared for enumerated type... */
+/* Note that if the value is defined multiple times the value
+ * is the null pointer.
+ */
+extern symtable_c<symbol_c *, &null_symbol4> enumerated_value_symtable;
 
 
 /***********************************************************************/