projects
/
platform
/
upstream
/
coreutils.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
12b4578
)
libitize
author
Jim Meyering
<jim@meyering.net>
Thu, 17 Oct 1996 02:45:32 +0000
(
02:45
+0000)
committer
Jim Meyering
<jim@meyering.net>
Thu, 17 Oct 1996 02:45:32 +0000
(
02:45
+0000)
lib/xstrtol.c
patch
|
blob
|
history
diff --git
a/lib/xstrtol.c
b/lib/xstrtol.c
index
dec0ec7
..
b0b6a08
100644
(file)
--- a/
lib/xstrtol.c
+++ b/
lib/xstrtol.c
@@
-17,15
+17,15
@@
/* Jim Meyering (meyering@na-net.ornl.gov) */
-#if
def
HAVE_CONFIG_H
+#if HAVE_CONFIG_H
#include <config.h>
#endif
-#if
def
STDC_HEADERS
+#if STDC_HEADERS
#include <stdlib.h>
#endif
-#if
def
HAVE_STRING_H
+#if HAVE_STRING_H
# include <string.h>
#else
# include <strings.h>