changeset 4977:f8d28ac258d6

getopt.h: Sync with libc CVS.
author Paul Eggert <eggert@cs.ucla.edu>
date Fri, 19 Mar 2004 00:47:17 +0000
parents 4df6aeb9a5c5
children 2293cc28332b
files lib/ChangeLog lib/getopt.h
diffstat 2 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lib/ChangeLog
+++ b/lib/ChangeLog
@@ -1,3 +1,7 @@
+2004-03-18  Paul Eggert  <eggert@cs.ucla.edu>
+
+	* getopt.h: Sync with libc CVS.
+
 2004-03-18  Paul Eggert  <eggert@twinsun.com>
             Bruno Haible  <bruno@clisp.org>
 
--- 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)