* regex_internal.h (__attribute): Define to nothing for GCC 2.
[gnulib.git] / lib / regex_internal.h
index 95df77c..3616473 100644 (file)
 # define attribute_hidden
 #endif /* not _LIBC */
 
-#ifdef __GNUC__
+#if __GNUC__ >= 3
 # define __attribute(arg) __attribute__ (arg)
 #else
 # define __attribute(arg)