projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c4bb152
)
Update from libc.
author
Jim Meyering
<jim@meyering.net>
Sat, 28 Oct 2000 07:56:12 +0000
(07:56 +0000)
committer
Jim Meyering
<jim@meyering.net>
Sat, 28 Oct 2000 07:56:12 +0000
(07:56 +0000)
lib/getopt1.c
patch
|
blob
|
history
diff --git
a/lib/getopt1.c
b/lib/getopt1.c
index 9c8256567c494461f87e5088d975a6e12f61cdc5..49ca5b06722bd940012d6fadae604b100f4f9f03 100644
(file)
--- a/
lib/getopt1.c
+++ b/
lib/getopt1.c
@@
-20,7
+20,10
@@
\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>