X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fargp.h;fp=lib%2Fargp.h;h=90c4528315270e84103074aa79372d04da9282f8;hb=15834b98efed40c82ee182c367b636e1769cb62a;hp=aa76eb4e43df035933a41fe067809f0e9c2eba14;hpb=cba4b79039a1b852ce10a7b2be95e6e8d00ffea0;p=gnulib.git diff --git a/lib/argp.h b/lib/argp.h index aa76eb4e4..90c452831 100644 --- a/lib/argp.h +++ b/lib/argp.h @@ -1,5 +1,5 @@ /* Hierarchial argument parsing, layered over getopt. - Copyright (C) 1995-1999,2003-2007 Free Software Foundation, Inc. + Copyright (C) 1995-1999,2003-2008 Free Software Foundation, Inc. This file is part of the GNU C Library. Written by Miles Bader . @@ -36,7 +36,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