X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/37e884cd9a249660f39b5b7290e1f4b3dcc851b0..95361618dee181507d53f47de2dd50c667b84007:/src/system.h diff --git a/src/system.h b/src/system.h index e3f17d89..d3c544b4 100644 --- a/src/system.h +++ b/src/system.h @@ -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