From: Jim Meyering Date: Sat, 28 Oct 2000 07:56:12 +0000 (+0000) Subject: Update from libc. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d4370ffb1dfd8deb21154326a65c44412323feaf;p=pspp Update from libc. --- diff --git a/lib/getopt1.c b/lib/getopt1.c index 9c8256567c..49ca5b0672 100644 --- a/lib/getopt1.c +++ b/lib/getopt1.c @@ -20,7 +20,10 @@ #ifdef HAVE_CONFIG_H #include -#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