summaryrefslogtreecommitdiff
path: root/lib/xstrtol.h
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1996-10-29 17:44:03 +0000
committerJim Meyering <jim@meyering.net>1996-10-29 17:44:03 +0000
commit3772a9e8858192ea3d05b77086c99a0146ac512b (patch)
treeb314ebabb7ed5ca1e981547cc8248358887eeb11 /lib/xstrtol.h
parent1220685f783120619bc7d2defd9239f9d50207fd (diff)
downloadcoreutils-3772a9e8858192ea3d05b77086c99a0146ac512b.tar.xz
.
Diffstat (limited to 'lib/xstrtol.h')
-rw-r--r--lib/xstrtol.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/xstrtol.h b/lib/xstrtol.h
index cc8eddf06..c5fad2fe8 100644
--- a/lib/xstrtol.h
+++ b/lib/xstrtol.h
@@ -1,5 +1,5 @@
-#ifndef _xstrtol_h_
-# define _xstrtol_h_ 1
+#ifndef XSTRTOL_H_
+# define XSTRTOL_H_ 1
# if STRING_TO_UNSIGNED
# define __xstrtol xstrtoul
@@ -63,4 +63,4 @@ strtol_error
# define STRTOL_FAIL_WARN(Str, Argument_type_string, Err) \
_STRTOL_ERROR (0, Str, Argument_type_string, Err)
-#endif /* _xstrtol_h_ */
+#endif /* not XSTRTOL_H_ */