(__attribute__): Remove `|| __STRICT_ANSI__' from #if stmt,

to get in sync with glibc.
This commit is contained in:
Jim Meyering 2001-08-04 17:52:38 +00:00
parent a5fe0f8417
commit 0e6ddcffef

View File

@ -25,7 +25,7 @@
#ifndef __attribute__
/* This feature is available in gcc versions 2.5 and later. */
# if __GNUC__ < 2 || (__GNUC__ == 2 && __GNUC_MINOR__ < 5) || __STRICT_ANSI__
# if __GNUC__ < 2 || (__GNUC__ == 2 && __GNUC_MINOR__ < 5)
# define __attribute__(Spec) /* empty */
# endif
/* The __-protected variants of `format' and `printf' attributes