absyntax_utils/absyntax_utils.cc
changeset 972 bc90dd4bbf4f
parent 971 8aee27d46208
equal deleted inserted replaced
971:8aee27d46208 972:bc90dd4bbf4f
   102 /***********************************************************************/
   102 /***********************************************************************/
   103 
   103 
   104 
   104 
   105 
   105 
   106 /* A symbol table with all globally declared functions... */
   106 /* A symbol table with all globally declared functions... */
   107 function_declaration_c null_symbol1(NULL,NULL,NULL,NULL);
   107 dsymtable_c<function_declaration_c *> function_symtable;
   108 dsymtable_c<function_declaration_c *, &null_symbol1> function_symtable;
       
   109 
   108 
   110 /* A symbol table with all globally declared functions block types... */
   109 /* A symbol table with all globally declared functions block types... */
   111 symtable_c<function_block_declaration_c *> function_block_type_symtable;
   110 symtable_c<function_block_declaration_c *> function_block_type_symtable;
   112 
   111 
   113 /* A symbol table with all globally declared program types... */
   112 /* A symbol table with all globally declared program types... */