stage1_2/iec_bison.yy
changeset 417 d48f53715f77
parent 415 5c115720149c
child 453 4733f662362a
--- a/stage1_2/iec_bison.yy	Wed Feb 01 13:01:08 2012 +0000
+++ b/stage1_2/iec_bison.yy	Wed Feb 01 19:49:11 2012 +0000
@@ -2791,7 +2791,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 upper bound in subrange definition."); yyclearin;}
+	 else {print_err_msg(locf(@3), locl(@3), "invalid value for lower bound in subrange definition."); yyclearin;}
 	 yyerrok;
 	}
 /* ERROR_CHECK_END */