commit-bison
[Top][All Lists]
Advanced

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

bison ./ChangeLog src/bison.simple src/reader.c


From: Akim Demaille
Subject: bison ./ChangeLog src/bison.simple src/reader.c
Date: Mon, 12 Nov 2001 04:24:14 -0500

CVSROOT:        /cvsroot/bison
Module name:    bison
Changes by:     Akim Demaille <address@hidden>  01/11/12 04:24:14

Modified files:
        .              : ChangeLog 
        src            : bison.simple reader.c 

Log message:
        * src/bison.simple: Define type yystype instead of YYSTYPE, and
        define CPP macro, which substitute YYSTYPE by yystype.
        * src/reader.c (parse_union_decl): Output yystype/YYSTYPE as we do
        with yyltype/YYLTYPE.  This allows inclusion of the generated
        header within the parser if the compiler, such as GGC, accepts
        multiple equivalent #defines.
        From Akim.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/bison/bison/ChangeLog.diff?tr1=1.240&tr2=1.241&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/bison/bison/src/bison.simple.diff?tr1=1.70&tr2=1.71&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/bison/bison/src/reader.c.diff?tr1=1.95&tr2=1.96&r1=text&r2=text




reply via email to

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