diff -r 35d391c38a30 -r 9317e04c1dde stage3/print_datatypes_error.hh --- a/stage3/print_datatypes_error.hh Sun Apr 15 19:56:33 2012 +0100 +++ b/stage3/print_datatypes_error.hh Mon Apr 16 14:41:07 2012 +0100 @@ -73,7 +73,7 @@ */ int il_parenthesis_level; bool il_error; - bool error_found; + int error_count; bool warning_found; /* the current data type of the data stored in the IL stack, i.e. the default variable */ @@ -99,7 +99,7 @@ public: print_datatypes_error_c(symbol_c *ignore); virtual ~print_datatypes_error_c(void); - int get_error_found(); + int get_error_count(); /*********************/