X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Ferror.h;h=177b2dcbe870c33e3e3cc2ae4df43536afb14395;hb=4c692979e6e60bc1fdb6a6ef5ae3f8b2e9600fc3;hp=1f6817180731df179b766e8e152d11937f0536dd;hpb=862d856cf0083d07c86d56dce8f9be7b207a8dd4;p=gnulib.git diff --git a/lib/error.h b/lib/error.h index 1f6817180..177b2dcbe 100644 --- a/lib/error.h +++ b/lib/error.h @@ -1,5 +1,5 @@ /* Declaration for error-reporting function - Copyright (C) 1995, 1996, 1997, 2000 Free Software Foundation, Inc. + Copyright (C) 1995, 1996, 1997 Free Software Foundation, Inc. NOTE: The canonical source of this file is maintained with the GNU C Library. @@ -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