]> git.saurik.com Git - bison.git/commit - data/glr.cc
glr.cc: %defines is no longer mandatory
authorAkim Demaille <akim@lrde.epita.fr>
Wed, 15 Aug 2012 06:46:54 +0000 (08:46 +0200)
committerAkim Demaille <akim@lrde.epita.fr>
Mon, 3 Sep 2012 14:23:15 +0000 (16:23 +0200)
commite4c0985b5cf193831a3b7fe2aab792cab3ffe6e2
treef44b2194a15b335967c6a440d2a6aa4a8de7cf39
parent836dc3342b26ecd944bf3c91a9990f49f46ca9ef
glr.cc: %defines is no longer mandatory

* data/glr.cc: No longer require %defines.
When it is not given, define the position and location classes instead
of including their headers.
(b4_shared_declarations): Use the original parse-params.
* data/glr.c (b4_shared_declarations): Define only if undefined.
* tests/actions.at, tests/calc.at: No longer force the use of %defines
for glr.cc.
* NEWS: Doc it.
NEWS
TODO
data/glr.c
data/glr.cc
tests/actions.at
tests/calc.at