From: Paul Eggert Date: Sat, 24 Sep 2005 23:01:27 +0000 (+0000) Subject: * regex_internal.h (__attribute): Define to nothing for GCC 2. X-Git-Tag: cvs-readonly~2891 X-Git-Url: http://erislabs.org.uk/gitweb/?a=commitdiff_plain;h=98ecea3646900dc98ece5e10364ef56647e49e2e;p=gnulib.git * regex_internal.h (__attribute): Define to nothing for GCC 2. --- diff --git a/lib/ChangeLog b/lib/ChangeLog index f079006ed..a1ab6ad66 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,9 @@ +2005-09-24 Paul Eggert + + * regex_internal.h (__attribute): Define to nothing for GCC 2. + This works around a core dump on OpenBSD 3.4, which has GCC + 2.95.3, which dumps core when given __attribute__(()). + 2005-09-24 Jim Meyering * verify.h (verify_type__): Use `unsigned int' as the bitfield type