commit-bison
[Top][All Lists]
Advanced

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

bison ./ChangeLog ./THANKS doc/version.texi src...


From: Akim Demaille
Subject: bison ./ChangeLog ./THANKS doc/version.texi src...
Date: Tue, 18 Dec 2001 04:33:23 -0500

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

Modified files:
        .              : ChangeLog THANKS 
        doc            : version.texi 
        src            : output.c vcg.c 

Log message:
        Some host fail on `assert (!"foo")', which expands to
        ((!"foo") ? (void)0 : __assert("!"foo."", __FILE__, __LINE__))
        Reported by Nelson Beebee.
        * src/output.c, src/vcg.c: Replace `assert (!"it succeeded")' with
        `#define it_succeeded 0' and `assert (it_succeeded)'.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/bison/bison/ChangeLog.diff?only_with_tag=bison-1_29-branch&tr1=1.173.2.233&tr2=1.173.2.234&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/bison/bison/THANKS.diff?only_with_tag=bison-1_29-branch&tr1=1.10.2.16&tr2=1.10.2.17&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/bison/bison/doc/version.texi.diff?only_with_tag=bison-1_29-branch&tr1=1.9.2.28&tr2=1.9.2.29&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/bison/bison/src/output.c.diff?only_with_tag=bison-1_29-branch&tr1=1.39.2.19&tr2=1.39.2.20&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/bison/bison/src/vcg.c.diff?only_with_tag=bison-1_29-branch&tr1=1.5.2.7&tr2=1.5.2.8&r1=text&r2=text




reply via email to

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