commit-bison
[Top][All Lists]
Advanced

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

bison ./ChangeLog src/gram.c src/reduce.c


From: Akim Demaille
Subject: bison ./ChangeLog src/gram.c src/reduce.c
Date: Wed, 05 Dec 2001 04:24:35 -0500

CVSROOT:        /cvsroot/bison
Module name:    bison
Branch:         bison-1_29-branch
Changes by:     Akim Demaille <address@hidden>  01/12/05 04:24:35

Modified files:
        .              : ChangeLog 
        src            : gram.c reduce.c 

Log message:
        * src/reduce.c (reduce_grammar_tables): No longer disable the
        removal of useless rules via CPP but via `if (0)', so that the
        compiler still check the code is valid.
        For instance, it should have noticed `rline' no longer exists: use
        the `line' member of rule_t.
        * src/gram.c (dummy, rline): Remove, unused.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/bison/bison/ChangeLog.diff?only_with_tag=bison-1_29-branch&tr1=1.173.2.218&tr2=1.173.2.219&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/bison/bison/src/gram.c.diff?only_with_tag=bison-1_29-branch&tr1=1.6.2.5&tr2=1.6.2.6&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/bison/bison/src/reduce.c.diff?only_with_tag=bison-1_29-branch&tr1=1.19.2.16&tr2=1.19.2.17&r1=text&r2=text




reply via email to

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