]> git.saurik.com Git - bison.git/commit
Fix a bad interaction with flex 2.5.23 reported by Bruce Lilly in
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 13 Dec 2002 09:33:23 +0000 (09:33 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Fri, 13 Dec 2002 09:33:23 +0000 (09:33 +0000)
commit1915f1331ee5866cbd9f7fdd2b5a5b78e5652d56
tree1bcf2b4929bb3aa0a1d4f13c7eb1e2a6abd318eb
parentd0f3fe233dd66d3206c9f4ac36e2b2b2a608aa4e
Fix a bad interaction with flex 2.5.23 reported by Bruce Lilly in
<http://mail.gnu.org/pipermail/bug-bison/2002-November/001929.html>.

(YYLTYPE, struct yyltype): Do not define unless
locations are requested.
(union yyalloc): Do not depend on YYLTYPE_IS_TRIVIAL unless
locations are requested.
data/yacc.c