# HG changeset patch # User Mario de Sousa # Date 1339517260 -3600 # Node ID f95d6561d4399325ac885e561cf3bb309aefdc84 # Parent e1df3781be84cdbf4bc58e22370a467f7f4a8e6a fix error message. diff -r e1df3781be84 -r f95d6561d439 stage1_2/iec_bison.yy --- 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 */