changeset 2930:2612c5348b8e

Update from libc.
author Jim Meyering <jim@meyering.net>
date Sat, 28 Oct 2000 07:56:12 +0000
parents 5a05f89b0d80
children 0b76e60a5ddb
files lib/getopt1.c
diffstat 1 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/lib/getopt1.c	Sat Oct 28 07:47:07 2000 +0000
+++ b/lib/getopt1.c	Sat Oct 28 07:56:12 2000 +0000
@@ -20,7 +20,10 @@
 
 #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>