]> git.saurik.com Git - bison.git/commit - src/parse-gram.y
* src/parse-gram.y (declaration): Have %parse-param and %lex-param
authorAkim Demaille <akim@epita.fr>
Fri, 15 Nov 2002 16:42:16 +0000 (16:42 +0000)
committerAkim Demaille <akim@epita.fr>
Fri, 15 Nov 2002 16:42:16 +0000 (16:42 +0000)
commit0f39aab92ab23bc067a3aa102bb56a600c045775
tree611c569dfd823a0d4e3d1316815d37198b653b34
parent761c1926a18dd9c0b0c2e5db341486a6ee5704ff
* src/parse-gram.y (declaration): Have %parse-param and %lex-param
take two BRACED_CODE, not two string_content.
Free the scanner's obstack when we are done.
(code_content): New.
* tests/calc.at: Adjust.
* doc/bison.texinfo: Adjust.
Also, make sure to include the `,' for these declarations.
ChangeLog
doc/bison.texinfo
src/parse-gram.c
src/parse-gram.y
tests/calc.at