commit-bison
[Top][All Lists]
Advanced

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

bison ./ChangeLog lib/obstack.c lib/obstack.h s...


From: Akim Demaille
Subject: bison ./ChangeLog lib/obstack.c lib/obstack.h s...
Date: Tue, 07 Nov 2000 03:54:02 -0800

CVSROOT:        /cvs
Module name:    bison
Changes by:     Akim Demaille <address@hidden>  00/11/07 03:54:02

Modified files:
        .              : ChangeLog 
        lib            : obstack.c obstack.h 
        src            : output.c 

Log message:
        * src/output.c (output): Remove useless variables.
        * lib/obstack.c (obstack_grow, obstack_grow0): Rename the second
        argument `data' for consistency with the prototypes.
        Qualify it `const'.
        (obstack_copy, obstack_copy0): Rename the second argument as
        `address' for consistency.  Qualify it `const'.
        * lib/obstack.h (obstack_copy, obstack_copy0, obstack_grow)
        (obstack_grow0, obstack_ptr_grow, obstack_ptr_grow_fast): Qualify
        `const' their input argument (`data' or `address').
        Adjust the corresponding macros to include `const' in casts.

CVSWeb URLs:
http://subversions.gnu.org/cgi-bin/cvsweb/bison/ChangeLog.diff?r1=1.87&r2=1.88
http://subversions.gnu.org/cgi-bin/cvsweb/bison/lib/obstack.c.diff?r1=1.1&r2=1.2
http://subversions.gnu.org/cgi-bin/cvsweb/bison/lib/obstack.h.diff?r1=1.1&r2=1.2
http://subversions.gnu.org/cgi-bin/cvsweb/bison/src/output.c.diff?r1=1.29&r2=1.30




reply via email to

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