From: Jim Meyering Date: Wed, 21 Apr 1999 02:30:43 +0000 (+0000) Subject: . X-Git-Tag: SH-UTILS-1_16g~38 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=42ccae28c6d571d52ce1abeaa3b00cfbc8e3436f;p=thirdparty%2Fcoreutils.git . --- diff --git a/lib/xstrtoul.h b/lib/xstrtoul.h deleted file mode 100644 index 76b728f864..0000000000 --- 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_ */