X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/4663cb4d0c9b0ad8d5809a8911b9581db4d11126..22b081deb7ab1d0ec7a279e5213fa7fdc2c85207:/src/system.h diff --git a/src/system.h b/src/system.h index f0a76ceb..0d69e93e 100644 --- a/src/system.h +++ b/src/system.h @@ -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