From fd02208ad26789aab6c727992fcf7dc95a210779 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Sat, 24 Sep 2005 22:59:22 +0000 Subject: [PATCH] * regex_internal.h (__attribute): Define to nothing for GCC 2. --- lib/ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/lib/ChangeLog b/lib/ChangeLog index 6699655..e1b26fa 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 * openat-die.c, root-dev-ino.c, setenv.c, stdopen.c: -- 2.7.4