]> git.saurik.com Git - bison.git/commitdiff
support $<tag>$ in printers and destructors
authorAkim Demaille <akim@lrde.epita.fr>
Thu, 26 Jul 2012 14:52:35 +0000 (16:52 +0200)
committerAkim Demaille <akim@lrde.epita.fr>
Thu, 26 Jul 2012 16:30:43 +0000 (18:30 +0200)
* src/scan-code.l (SC_SYMBOL_ACTION): Accept $<tag>$, not just $$.
* data/c.m4 (b4_dollar_dollar_): New.
(b4_symbol_actions): Let b4_dollar_dollar use b4_dollar_dollar_.
* NEWS, doc/bison.texi: Document it.
* tests/actions.at: Check this for C and C++.


No differences found