mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-15 23:33:03 +00:00
* NEWS: Bison-generated C parsers no longer quote literal strings
associated with tokens. * src/output.c (prepare_symbols): Don't escape strings, since users don't want to see C escapes. * tests/calc.at (AT_CHECK_CALC): Adjust to lack of quotes in diagnostics. * tests/regression.at (Token definitions, Web2c Actions): Likewise.
This commit is contained in:
6
NEWS
6
NEWS
@@ -7,6 +7,12 @@ Changes in version 2.0a, ????-??-??:
|
||||
English to the user's language, e.g., _("syntax error"). By default,
|
||||
_ is defined to be a no-op macro so the strings are not translated.
|
||||
|
||||
* When generating verbose diagnostics, Bison-generated C parsers no longer
|
||||
quote the literal strings associated with tokens. For example, for
|
||||
a syntax error associated with '%token NUM "number"' they might
|
||||
print 'syntax error, unexpected number' instead of 'syntax error,
|
||||
unexpected "number"'.
|
||||
|
||||
Changes in version 2.0, 2004-12-25:
|
||||
|
||||
* Possibly-incompatible changes
|
||||
|
||||
Reference in New Issue
Block a user