1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-06-14 13:36:43 +02:00

(XSTRTOL_H): Undefine it.

This commit is contained in:
Jim Meyering
1997-01-25 06:17:13 +00:00
parent d58a074dea
commit 0894db7b3f
+6
View File
@@ -2,6 +2,12 @@
# 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_ */