bitmap.c (bitmap_last_bit_set): Fix a non-c89 usage (null actual argument to macro).
authorDale Johannesen <dalej@apple.com>
Mon, 25 Jun 2001 18:32:24 +0000 (18:32 +0000)
committerStan Shebs <shebs@gcc.gnu.org>
Mon, 25 Jun 2001 18:32:24 +0000 (18:32 +0000)
commit46eee914d6362cdd2bbb88310a382b65d1acfe85
tree8b9d8ea7bd23a40584b44a8149a67d10adccb2b1
parentf47c8646071da93e7aed128b9841a2ff015f0521
bitmap.c (bitmap_last_bit_set): Fix a non-c89 usage (null actual argument to macro).

2001-06-25   Dale Johannesen    <dalej@apple.com>

        * bitmap.c (bitmap_last_bit_set): Fix a non-c89 usage (null actual
        argument to macro).

From-SVN: r43554
gcc/ChangeLog
gcc/bitmap.c