diff options
Diffstat (limited to 'parse.y')
| -rw-r--r-- | parse.y | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6621,7 +6621,7 @@ parser_yylex(struct parser_params *parser) } } if (c > '7' && c <= '9') { - yyerror("Illegal octal digit"); + yyerror("Invalid octal digit"); } else if (c == '.' || c == 'e' || c == 'E') { tokadd('0'); |
