Imported from ../bash-3.0.tar.gz.
[platform/upstream/bash.git] / include / stdc.h
index 05b743e..efab869 100644 (file)
@@ -66,7 +66,7 @@
 #endif /* !__STDC__ */
 
 #ifndef __attribute__
-#  if __GNUC__ < 2 || (__GNUC__ == 2 && __GNUC_MINOR__ < 8) || __STRICT_ANSI__
+#  if __GNUC__ < 2 || (__GNUC__ == 2 && __GNUC_MINOR__ < 8)
 #    define __attribute__(x)
 #  endif
 #endif