]> git.saurik.com Git - bison.git/commit
glr.c: remove (broken) support for YYPRINT.
authorAkim Demaille <akim@lrde.epita.fr>
Thu, 15 Mar 2012 13:34:06 +0000 (14:34 +0100)
committerAkim Demaille <akim@lrde.epita.fr>
Mon, 19 Mar 2012 09:05:14 +0000 (10:05 +0100)
commitfc25770394e7dd123c9c85e25d64b6aeb0d75e04
treecdf053e2462160abfa389bcc8df464d607675efa
parent35880c82dc7a774fc2eefc956c3db97b65082607
glr.c: remove (broken) support for YYPRINT.

YYPRINT uses yytoknum which glr does not define.  Since YYPRINT
is considered obsolete, and did not work, don't fix its support,
remove it from glr.c.

* data/c.m4 (yy_symbol_value_print): Use YYPRINT only for yacc.c.
* TODO: Done.
TODO
data/c.m4