summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1996-10-29 17:47:50 +0000
committerJim Meyering <jim@meyering.net>1996-10-29 17:47:50 +0000
commit55681891e5a1b7e802a4a925377379da9b38b72a (patch)
treeab400c7fb221dafaa8d3176689c4adbbe5edf5e4 /lib
parent3772a9e8858192ea3d05b77086c99a0146ac512b (diff)
downloadcoreutils-55681891e5a1b7e802a4a925377379da9b38b72a.tar.xz
.
Diffstat (limited to 'lib')
-rw-r--r--lib/xstrtoul.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/xstrtoul.h b/lib/xstrtoul.h
index 2e7aec07f..878521aab 100644
--- a/lib/xstrtoul.h
+++ b/lib/xstrtoul.h
@@ -1,7 +1,7 @@
-#ifndef _xstrtoul_h_
-# define _xstrtoul_h_ 1
+#ifndef XSTRTOUL_H_
+# define XSTRTOUL_H_ 1
# define STRING_TO_UNSIGNED 1
# include "xstrtol.h"
-#endif /* _xstrtoul_h_ */
+#endif /* not XSTRTOUL_H_ */