]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
.
authorJim Meyering <jim@meyering.net>
Wed, 21 Apr 1999 02:30:43 +0000 (02:30 +0000)
committerJim Meyering <jim@meyering.net>
Wed, 21 Apr 1999 02:30:43 +0000 (02:30 +0000)
lib/xstrtoul.h [deleted file]

diff --git a/lib/xstrtoul.h b/lib/xstrtoul.h
deleted file mode 100644 (file)
index 76b728f..0000000
+++ /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_ */