bison/data glr.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/02/13 02:14:29 Modified files: data : glr.c Log message: (yyreportSyntaxError) [YYERROR_VERBOSE]: Avoid subscript error in yycheck. Bug reported by Andrew Suffield in <http://mail.gnu.org/archive/html/bug-bison/2003-02/msg00003.html>. Check for malloc failure, for consistency with yacc.c. (yytname_size): Remove, for consistency with yacc.c. CVSWeb URLs: http://savannah.gnu.org/cgi-bin/viewcvs/bison/bison/data/glr.c.diff?tr1=1.50&tr2=1.51&r1=text&r2=text