2001-08-11 Roland McGrath <roland@frob.com>
authorRoland McGrath <roland@gnu.org>
Sat, 11 Aug 2001 20:18:41 +0000 (20:18 +0000)
committerRoland McGrath <roland@gnu.org>
Sat, 11 Aug 2001 20:18:41 +0000 (20:18 +0000)
* posix/getopt.c (nonoption_flags_max_len, nonoption_flags_len):
Make these defns conditional on [USE_NONOPTION_FLAGS].

posix/getopt.c

index 0a658b6..c66fc88 100644 (file)
@@ -256,10 +256,10 @@ static int last_nonopt;
 #ifdef USE_NONOPTION_FLAGS
 /* Defined in getopt_init.c  */
 extern char *__getopt_nonoption_flags;
-#endif
 
 static int nonoption_flags_max_len;
 static int nonoption_flags_len;
+#endif
 
 static int original_argc;
 static char *const *original_argv;