]> sourceware.org Git - glibc.git/commitdiff
Update.
authorUlrich Drepper <drepper@redhat.com>
Tue, 16 Dec 2003 19:52:22 +0000 (19:52 +0000)
committerUlrich Drepper <drepper@redhat.com>
Tue, 16 Dec 2003 19:52:22 +0000 (19:52 +0000)
2003-12-16  Petter Reinholdtsen  <pere@hungry.com>

* posix/regex_internal.h: Make sure the regex code compile
with non-GCC compilers by hiding attributes.

ChangeLog
posix/regex_internal.h

index f852b850a25721aadc4a53e0d7757a7f03a46259..0dd06a51983c94a62285c3fc9c6805f7523d98ff 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2003-12-16  Petter Reinholdtsen  <pere@hungry.com>
+
+       * posix/regex_internal.h: Make sure the regex code compile
+       with non-GCC compilers by hiding attributes.
+
 2002-12-16  Jakub Jelinek  <jakub@redhat.com>
             Paolo Bonzini  <bonzini@gnu.org>
 
index 214f7af6c0c68c8b63df5479ccea72094c1584d5..ea9a30c16e79fd6fc87aa67eb1197a376f180b6e 100644 (file)
 #endif /* not _LIBC */
 
 #ifdef __GNUC__
-# define __attribute __attribute__
+# define __attribute(arg) __attribute__ (arg)
 #else
-# define __attribute
+# define __attribute(arg)
 #endif
 
 extern const char __re_error_msgid[] attribute_hidden;
This page took 0.058435 seconds and 5 git commands to generate.