mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-15 07:13:02 +00:00
* data/glr.c, data/lalr1.cc, data/yacc.cc, doc/bison.texinfo,
src/conflicts.c, src/parse-gram.y, src/tables.c, src/tables.h, tests/action.at, tests/calc.at, tests/conflicts.at, tests/cxx-type.at, tests/regression.at: "parse error" -> "syntax error" for POSIX compatibility. "parsing stack overflow..." -> "parser stack overflow" so that code matches Bison documentation.
This commit is contained in:
9
NEWS
9
NEWS
@@ -2,6 +2,15 @@ Bison News
|
||||
----------
|
||||
Changes in version 1.75c:
|
||||
|
||||
* "parse error" -> "syntax error"
|
||||
Bison now uniformly uses the term "syntax error"; formerly, the code
|
||||
and manual sometimes used the term "parse error" instead. POSIX
|
||||
requires "syntax error" in diagnostics, and it was thought better to
|
||||
be consistent.
|
||||
|
||||
* "parsing stack overflow..." -> "parser stack overflow"
|
||||
GLR parsers now report "parser stack overflow" as per the Bison manual.
|
||||
|
||||
* GLR and inline
|
||||
Users of Bison have to decide how they handle the portability of the
|
||||
C keyword `inline'.
|
||||
|
||||
Reference in New Issue
Block a user