comparison lib/ChangeLog @ 6295:26aeca19bf5e

* regex_internal.h (__attribute): Define to nothing for GCC 2.
author Paul Eggert <eggert@cs.ucla.edu>
date Sat, 24 Sep 2005 23:01:27 +0000
parents b3a7dbaec713
children ac6a92dc851d
comparison
equal deleted inserted replaced
6294:e728fde8000b 6295:26aeca19bf5e
1 2005-09-24 Paul Eggert <eggert@cs.ucla.edu>
2
3 * regex_internal.h (__attribute): Define to nothing for GCC 2.
4 This works around a core dump on OpenBSD 3.4, which has GCC
5 2.95.3, which dumps core when given __attribute__(()).
6
1 2005-09-24 Jim Meyering <jim@meyering.net> 7 2005-09-24 Jim Meyering <jim@meyering.net>
2 8
3 * verify.h (verify_type__): Use `unsigned int' as the bitfield type 9 * verify.h (verify_type__): Use `unsigned int' as the bitfield type
4 so we can once again use a positive bitfield width of 1 -- now we 10 so we can once again use a positive bitfield width of 1 -- now we
5 don't have to explain why we were using a bitfield width of 2. 11 don't have to explain why we were using a bitfield width of 2.