stage3/declaration_check.cc
changeset 661 f537c3315f83
parent 660 9565d7d944ce
child 663 6ad7de83d22c
equal deleted inserted replaced
660:9565d7d944ce 661:f537c3315f83
    69     warning_found = true;                                                                                                   \
    69     warning_found = true;                                                                                                   \
    70 }
    70 }
    71 
    71 
    72 
    72 
    73 declaration_check_c::declaration_check_c(symbol_c *ignore) {
    73 declaration_check_c::declaration_check_c(symbol_c *ignore) {
       
    74   current_display_error_level = 0;
       
    75   current_pou_decl = NULL;
    74   error_count = 0;
    76   error_count = 0;
    75 }
    77 }
    76 
    78 
    77 declaration_check_c::~declaration_check_c(void) {
    79 declaration_check_c::~declaration_check_c(void) {
    78 
    80