]> git.saurik.com Git - bison.git/commitdiff
%name-prefix is broken.
authorAkim Demaille <akim@epita.fr>
Sat, 29 Dec 2001 14:27:45 +0000 (14:27 +0000)
committerAkim Demaille <akim@epita.fr>
Sat, 29 Dec 2001 14:27:45 +0000 (14:27 +0000)
* 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.


No differences found