commit-bison
[Top][All Lists]
Advanced

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

bison/lib bbitset.h


From: Paul Eggert
Subject: bison/lib bbitset.h
Date: Thu, 10 Oct 2002 03:15:56 -0400

CVSROOT:        /cvsroot/bison
Module name:    bison
Changes by:     Paul Eggert <address@hidden>    02/10/10 03:15:56

Modified files:
        lib            : bbitset.h 

Log message:
        (enum_bitset_ops, enum_bitset_type): New types.
        All instances of parameters of type enum bitset_opts are now of
        type enum_bitset_opts, to conform to the C Standard, and similarly
        for enum_bitset_type.
        
        (bitset): Now points to a union, not to a struct.
        All instances of "struct bitset_struct *" replaced with "bitset".
        
        (bitset_and_or_, bitset_andn_or_, bitset_or_and_): New decls.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/bison/bison/lib/bbitset.h.diff?tr1=1.7&tr2=1.8&r1=text&r2=text





reply via email to

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