summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1996-10-17 02:45:32 +0000
committerJim Meyering <jim@meyering.net>1996-10-17 02:45:32 +0000
commitf318d7fc6ea14a8bbc10226c2d87e6edef576b91 (patch)
tree35d4875fba9e867f095326e108f01fb5b51b514f
parent8bc2863c9a53466fda8f50603df297df9233c285 (diff)
downloadgnulib-f318d7fc6ea14a8bbc10226c2d87e6edef576b91.tar.gz
libitize
-rw-r--r--lib/xstrtol.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/xstrtol.c b/lib/xstrtol.c
index dec0ec79be..b0b6a082eb 100644
--- a/lib/xstrtol.c
+++ b/lib/xstrtol.c
@@ -17,15 +17,15 @@
/* Jim Meyering (meyering@na-net.ornl.gov) */
-#ifdef HAVE_CONFIG_H
+#if HAVE_CONFIG_H
#include <config.h>
#endif
-#ifdef STDC_HEADERS
+#if STDC_HEADERS
#include <stdlib.h>
#endif
-#ifdef HAVE_STRING_H
+#if HAVE_STRING_H
# include <string.h>
#else
# include <strings.h>