changeset 3328:d60092d448ec

(__attribute__): Remove `|| __STRICT_ANSI__' from #if stmt, to get in sync with glibc.
author Jim Meyering <jim@meyering.net>
date Sat, 04 Aug 2001 17:52:38 +0000
parents 96e182a88707
children 040773b3e982
files lib/error.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lib/error.h
+++ b/lib/error.h
@@ -25,7 +25,7 @@
 
 #ifndef __attribute__
 /* This feature is available in gcc versions 2.5 and later.  */
-# if __GNUC__ < 2 || (__GNUC__ == 2 && __GNUC_MINOR__ < 5) || __STRICT_ANSI__
+# if __GNUC__ < 2 || (__GNUC__ == 2 && __GNUC_MINOR__ < 5)
 #  define __attribute__(Spec) /* empty */
 # endif
 /* The __-protected variants of `format' and `printf' attributes