summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1999-04-21 02:30:43 +0000
committerJim Meyering <jim@meyering.net>1999-04-21 02:30:43 +0000
commit42ccae28c6d571d52ce1abeaa3b00cfbc8e3436f (patch)
treeeaf9ea7441ad01af57732530f30b3e67eccfc198 /lib
parentc850864a197cabdedada46cd217103a5efdd7348 (diff)
downloadcoreutils-42ccae28c6d571d52ce1abeaa3b00cfbc8e3436f.tar.xz
.
Diffstat (limited to 'lib')
-rw-r--r--lib/xstrtoul.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/lib/xstrtoul.h b/lib/xstrtoul.h
deleted file mode 100644
index 76b728f86..000000000
--- a/lib/xstrtoul.h
+++ /dev/null
@@ -1,13 +0,0 @@
-#ifndef XSTRTOUL_H_
-# define XSTRTOUL_H_ 1
-
-# define STRING_TO_UNSIGNED 1
-
-/* Undefine this symbol so we can include xstrtol.h a second time.
- Otherwise, a program that wanted both xstrtol.h and xstrtoul.h
- would never get the declaration corresponding to the header file
- included after the first one. */
-# undef XSTRTOL_H_
-# include "xstrtol.h"
-
-#endif /* not XSTRTOUL_H_ */