commit-bison
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bison/data glr.c


From: Paul Eggert
Subject: bison/data glr.c
Date: Mon, 18 Nov 2002 02:51:49 -0500

CVSROOT:        /cvsroot/bison
Module name:    bison
Changes by:     Paul Eggert <address@hidden>    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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]