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]> 02/11/18 02:51:47 Modified files: data : glr.c Log message: (YYDPRINTF, YYDSYMPRINT, YYDSYMPRINTF) [!YYDEBUG]: Do not define to {}, since this breaks the common use of `YYDPRINTF ((...));' if a single statement is desired (e.g. before `else'). Work around GCC warnings by surrounding corresponding calls with {} if needed. (yyhasResolvedValue): Remove unused function. (yymergeOptionSets, yyresolvStack): Use `continue;' for empty loop body. (yyreportSyntaxError): Renamed from yyreportParseError. (yyrecoverSyntaxError): Renamed from yyrecoverParseError. All uses changed. CVSWeb URLs: http://savannah.gnu.org/cgi-bin/viewcvs/bison/bison/data/glr.c.diff?tr1=1.39&tr2=1.40&r1=text&r2=text