diff -r da78d0d93c75 -r 66cd5d9893dd absyntax_utils/absyntax_utils.hh --- 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 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 enumerated_value_symtable; /***********************************************************************/