stage3/declaration_check.cc
changeset 661 f537c3315f83
parent 660 9565d7d944ce
child 663 6ad7de83d22c
--- a/stage3/declaration_check.cc	Fri Sep 21 09:54:10 2012 +0100
+++ b/stage3/declaration_check.cc	Wed Sep 26 20:12:39 2012 +0200
@@ -71,6 +71,8 @@
 
 
 declaration_check_c::declaration_check_c(symbol_c *ignore) {
+  current_display_error_level = 0;
+  current_pou_decl = NULL;
   error_count = 0;
 }