getopt.h: Sync with libc CVS.
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 19 Mar 2004 00:47:17 +0000 (00:47 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Fri, 19 Mar 2004 00:47:17 +0000 (00:47 +0000)
lib/ChangeLog
lib/getopt.h

index 0a315fe4ad94ae0b3e6a9e2d0f19977aee95699b..986440e424810de22eedca5c6c7bbe909efa06a4 100644 (file)
@@ -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>
 
index 89e774b66035981ffaac46b7bcc4256491f5e594..c61768c691bfc6e0f010b8f5bdf7ccaec385774d 100644 (file)
@@ -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)