bison/data yacc.c
Paul Eggert <[email protected]>
| Newsgroups | gmane.comp.parsers.bison.cvs |
|---|---|
| Message-ID | <[email protected]> |
CVSROOT: /cvsroot/bison Module name: bison Changes by: Paul Eggert <[email protected]> 02/12/13 04:33:23 Modified files: data : yacc.c Log message: 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. CVSWeb URLs: http://savannah.gnu.org/cgi-bin/viewcvs/bison/bison/data/yacc.c.diff?tr1=1.42&tr2=1.43&r1=text&r2=text