commit-bison
[Top][All Lists]
Advanced

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

bison/lib lbitset.c


From: Paul Eggert
Subject: bison/lib lbitset.c
Date: Thu, 10 Oct 2002 03:33:59 -0400

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

Modified files:
        lib            : lbitset.c 

Log message:
        Include <stddef.h>, for offsetof.
        (lbitset_bytes): Adjust to new, unique names for structures.
        
        (lbitset_and, lbitset_and_cmp, lbitset_andn, lbitset_andn_cmp,
        lbitset_or, lbitset_or_cmp, lbitset_xor, lbitset_xor_cmp,
        lbitset_empty_p, lbitset_ones, lbitset_not, lbitset_subset_p,
        lbitset_disjoint_p, debug_lbitset): Supply prototype decls.
        
        (enum_lbitset_find_mode): New type.  All instances of parameters of
        type enum FOO are now of type enum_FOO, to conform to the C Standard.
        
        (struct lbitset_struct, lbitset, bitset_struct, PFV): Remove.
        
        (lbitset_and, lbitset_andn, lbitset_or, lbitset_xor): New functions.

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





reply via email to

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