Update from libc.
authorJim Meyering <jim@meyering.net>
Sat, 28 Oct 2000 07:56:12 +0000 (07:56 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 28 Oct 2000 07:56:12 +0000 (07:56 +0000)
lib/getopt1.c

index 9c82565..49ca5b0 100644 (file)
 \f
 #ifdef HAVE_CONFIG_H
 #include <config.h>
-#else
+#endif
+
+#include "getopt.h"
+
 #if !defined __STDC__ || !__STDC__
 /* This is a separate conditional since some stdc systems
    reject `defined (const)'.  */
@@ -28,9 +31,6 @@
 #define const
 #endif
 #endif
-#endif
-
-#include "getopt.h"
 
 #include <stdio.h>