mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-09 12:23:04 +00:00
java: rename package as api.package
* data/skeletons/lalr1.java: here. * doc/bison.texi: Update. * src/muscle-tab.c: Ensure backward compat. * tests/java.at: Check it.
This commit is contained in:
10
NEWS
10
NEWS
@@ -34,6 +34,14 @@ GNU Bison NEWS
|
||||
|
||||
It now defaults to `const std::string` instead of `std::string`.
|
||||
|
||||
*** Deprecated %define variable names
|
||||
|
||||
The following variables have been renamed for consistency. Backward
|
||||
compatibility is ensured, but upgrading is recommended.
|
||||
|
||||
filename_type -> api.filename.type
|
||||
package -> api.package
|
||||
|
||||
** Bug fixes
|
||||
|
||||
*** Include the generated header (yacc.c)
|
||||
@@ -1943,7 +1951,7 @@ GNU Bison NEWS
|
||||
%error-verbose directive is deprecated in favor of "%define parse.error
|
||||
verbose".
|
||||
|
||||
** Renamed %define variables
|
||||
** Deprecated %define variable names
|
||||
|
||||
The following variables have been renamed for consistency. Backward
|
||||
compatibility is ensured, but upgrading is recommended.
|
||||
|
||||
Reference in New Issue
Block a user