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]> 03/04/28 02:03:58 Modified files: data : yacc.c Log message: Avoid gcc -Wundef warnings reported by Gerald Pfeifer in <http://mail.gnu.org/archive/html/bug-bison/2003-04/msg00044.html>. (YYSTACK_ALLOC): Don't evaluate YYSTACK_USE_ALLOCA if it is not defined. (YYMAXDEPTH): Don't evaluate YYMAXDEPTH if it is not defined. CVSWeb URLs: http://savannah.gnu.org/cgi-bin/viewcvs/bison/bison/data/yacc.c.diff?tr1=1.54&tr2=1.55&r1=text&r2=text