]> git.saurik.com Git - bison.git/blobdiff - src/system.h
maint: don't use mbsr?chr.
[bison.git] / src / system.h
index f0a76ceb7eea1da964bcdec9de085c9f99ef50cd..0d69e93e32a98c5f360ce1d90c52a88030b01001 100644 (file)
@@ -97,7 +97,7 @@ typedef size_t uintptr_t;
 #ifndef __attribute__
 /* This feature is available in gcc versions 2.5 and later.  */
 # if (! defined __GNUC__ || __GNUC__ < 2 \
-      || (__GNUC__ == 2 && __GNUC_MINOR__ < 5) || __STRICT_ANSI__)
+       || (__GNUC__ == 2 && __GNUC_MINOR__ < 5))
 #  define __attribute__(Spec) /* empty */
 # endif
 #endif