From 4219a7a01a8b01ea10c2c36eb01ddfc89217ad27 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Fri, 19 Mar 2004 00:47:17 +0000 Subject: [PATCH] getopt.h: Sync with libc CVS. --- lib/ChangeLog | 4 ++++ lib/getopt.h | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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) -- 2.30.2