mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-14 14:53:03 +00:00
%name-prefix is broken.
* src/files.c (spec_name_prefix): Initialize to NULL, not to "yy". Adjust all dependencies. * tests/headers.at (export YYLTYPE): Strengthen this test: use %name-prefix. Renaming yylval but not yylloc is not consistent. Now we do. * src/bison.simple: Prefix yylloc if used. * doc/bison.texinfo (Decl Summary): Document that.
This commit is contained in:
15
ChangeLog
15
ChangeLog
@@ -1,3 +1,18 @@
|
||||
2001-12-29 Akim Demaille <akim@epita.fr>
|
||||
|
||||
%name-prefix is broken.
|
||||
|
||||
* src/files.c (spec_name_prefix): Initialize to NULL, not to "yy".
|
||||
Adjust all dependencies.
|
||||
* tests/headers.at (export YYLTYPE): Strengthen this test: use
|
||||
%name-prefix.
|
||||
|
||||
Renaming yylval but not yylloc is not consistent. Now we do.
|
||||
|
||||
* src/bison.simple: Prefix yylloc if used.
|
||||
* doc/bison.texinfo (Decl Summary): Document that.
|
||||
|
||||
|
||||
2001-12-29 Akim Demaille <akim@epita.fr>
|
||||
|
||||
* doc/bison.texinfo: Promote `%long-directive' over
|
||||
|
||||
Reference in New Issue
Block a user