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: Wed, 02 Oct 2002 04:00:19 -0400

CVSROOT:        /cvsroot/bison
Module name:    bison
Changes by:     Paul Eggert <address@hidden>    02/10/02 04:00:19

Modified files:
        lib            : lbitset.c 

Log message:
        (lbitset_size, lbitset_list, lbitset_list_merge):
        Use bitset_bindex, not int or unsigned int or size_t, to count bits.
        
        (lbitset_bytes): Use size_t, not unsigned int, to count bytes.
        Use proper printf formats for widths of integer types.
        
        (lbitset_ones, lbitset_not): Use bitset_windex instead of unsigned int.
        
        (lbitset_elt_find): Simplify windex calculation and avoid cast to 
unsigned.

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





reply via email to

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