From: Paul Eggert Date: Fri, 19 Mar 2004 00:47:17 +0000 (+0000) Subject: getopt.h: Sync with libc CVS. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4219a7a01a8b01ea10c2c36eb01ddfc89217ad27;p=pspp getopt.h: Sync with libc CVS. --- diff --git a/lib/ChangeLog b/lib/ChangeLog index 0a315fe4ad..986440e424 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,7 @@ +2004-03-18 Paul Eggert + + * getopt.h: Sync with libc CVS. + 2004-03-18 Paul Eggert Bruno Haible diff --git a/lib/getopt.h b/lib/getopt.h index 89e774b660..c61768c691 100644 --- a/lib/getopt.h +++ b/lib/getopt.h @@ -35,7 +35,7 @@ #endif #ifndef __THROW -# ifndef __GNUC__ +# ifndef __GNUC_PREREQ # define __GNUC_PREREQ(maj, min) (0) # endif # if defined __cplusplus && __GNUC_PREREQ (2,8)