stage3/declaration_check.hh
changeset 962 98e7a0d3af21
parent 812 6679b6b21214
equal deleted inserted replaced
961:b05f63d9d0fa 962:98e7a0d3af21
    44 public:
    44 public:
    45     declaration_check_c(symbol_c *ignore);
    45     declaration_check_c(symbol_c *ignore);
    46     virtual ~declaration_check_c(void);
    46     virtual ~declaration_check_c(void);
    47     int get_error_count();
    47     int get_error_count();
    48 
    48 
    49     void check_global_decl(symbol_c *p_decl);
       
    50 
       
    51     /*****************************/
    49     /*****************************/
    52     /* B 1.5.2 - Function Blocks */
    50     /* B 1.5.2 - Function Blocks */
    53     /*****************************/
    51     /*****************************/
    54     void *visit(function_block_declaration_c *symbol);
    52     void *visit(function_block_declaration_c *symbol);
    55 
    53