From 42ccae28c6d571d52ce1abeaa3b00cfbc8e3436f Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Wed, 21 Apr 1999 02:30:43 +0000 Subject: [PATCH] . --- lib/xstrtoul.h | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 lib/xstrtoul.h 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_ */ -- 2.47.3