diff options
author | Jim Meyering <jim@meyering.net> | 1999-04-21 02:30:43 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1999-04-21 02:30:43 +0000 |
commit | 42ccae28c6d571d52ce1abeaa3b00cfbc8e3436f (patch) | |
tree | eaf9ea7441ad01af57732530f30b3e67eccfc198 | |
parent | c850864a197cabdedada46cd217103a5efdd7348 (diff) | |
download | coreutils-42ccae28c6d571d52ce1abeaa3b00cfbc8e3436f.tar.xz |
.
-rw-r--r-- | lib/xstrtoul.h | 13 |
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_ */ |