Reflect the renamings.
[gnulib.git] / lib / getopt.h
index 89e774b..c61768c 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)