fix error message.
--- a/stage1_2/iec_bison.yy Tue Jun 12 17:00:00 2012 +0100
+++ b/stage1_2/iec_bison.yy Tue Jun 12 17:07:40 2012 +0100
@@ -2692,7 +2692,7 @@
| signed_integer DOTDOT error
{$$ = NULL;
if (is_current_syntax_token()) {print_err_msg(locl(@2), locf(@3), "no value defined for upper bound in subrange definition.");}
- else {print_err_msg(locf(@3), locl(@3), "invalid value for lower bound in subrange definition."); yyclearin;}
+ else {print_err_msg(locf(@3), locl(@3), "invalid value for upper bound in subrange definition."); yyclearin;}
yyerrok;
}
/* ERROR_CHECK_END */