X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fxprintf.h;h=d11e270e986806de269ccf5753233945d360b5e3;hb=e8e63d1b31bca6c82713cba490b21a861abb24b5;hp=5340aa3b2baa1568e05b7880c6bb940c07a4ce19;hpb=7c0971900b114a82fc362b5178ec9a4a2865dbbf;p=gnulib.git diff --git a/lib/xprintf.h b/lib/xprintf.h index 5340aa3b2..d11e270e9 100644 --- a/lib/xprintf.h +++ b/lib/xprintf.h @@ -1,5 +1,5 @@ /* printf wrappers that fail immediately for non-file-related errors - Copyright (C) 2007 Free Software Foundation, Inc. + Copyright (C) 2007-2008 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -22,7 +22,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