absyntax_utils/absyntax_utils.hh
changeset 328 66cd5d9893dd
parent 279 c0453b7f99df
child 338 3037bb7e8a82
equal deleted inserted replaced
327:da78d0d93c75 328:66cd5d9893dd
    72  * own symbol tables, so do not get placed in this symbol table!
    72  * own symbol tables, so do not get placed in this symbol table!
    73  */
    73  */
    74 extern symbol_c null_symbol4;
    74 extern symbol_c null_symbol4;
    75 extern symtable_c<symbol_c *, &null_symbol4> type_symtable;
    75 extern symtable_c<symbol_c *, &null_symbol4> type_symtable;
    76 
    76 
       
    77 /* A symbol table with all values declared for enumerated type... */
       
    78 /* Note that if the value is defined multiple times the value
       
    79  * is the null pointer.
       
    80  */
       
    81 extern symtable_c<symbol_c *, &null_symbol4> enumerated_value_symtable;
    77 
    82 
    78 
    83 
    79 /***********************************************************************/
    84 /***********************************************************************/
    80 /***********************************************************************/
    85 /***********************************************************************/
    81 /***********************************************************************/
    86 /***********************************************************************/