]> git.ipfire.org Git - thirdparty/gcc.git/commit
bitmap.h (BITMAP_WORD): New typedef: fundamental storage type for bitmaps.
authorSegher Boessenkool <segher@koffie.nl>
Sat, 25 Jan 2003 18:21:22 +0000 (19:21 +0100)
committerRichard Henderson <rth@gcc.gnu.org>
Sat, 25 Jan 2003 18:21:22 +0000 (10:21 -0800)
commit72e42e26cb760d23353bca4fcee688979d06270a
treed3d47f978b9d20aa676221e18721f06cd932e531
parentbbaab9162a854dd2225f38cb42e0c3666a9462ec
bitmap.h (BITMAP_WORD): New typedef: fundamental storage type for bitmaps.

        * bitmap.h (BITMAP_WORD): New typedef: fundamental storage
        type for bitmaps.  Use unsigned long.
        (nBITMAP_WORD_BITS): New macro.
        (BITMAP_WORD_BITS): New macro.
        (rest of file): Use it.
        * bitmap.c: Use it.

From-SVN: r61793
gcc/ChangeLog
gcc/bitmap.c
gcc/bitmap.h