]> git.saurik.com Git - bison.git/blobdiff - src/system.h
tests: AT_YYERROR_DEFINE: prepare for list of ints.
[bison.git] / src / system.h
index e3f17d890b7a0e4415348b1c46c47955a96dc7f6..d3c544b4720a36dea8a132feb3b407ab9293e7de 100644 (file)
@@ -85,7 +85,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