projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8452d7e
)
(XSTRTOL_H): Undefine it.
author
Jim Meyering
<jim@meyering.net>
Sat, 25 Jan 1997 06:17:13 +0000
(06:17 +0000)
committer
Jim Meyering
<jim@meyering.net>
Sat, 25 Jan 1997 06:17:13 +0000
(06:17 +0000)
lib/xstrtoul.h
patch
|
blob
|
history
diff --git
a/lib/xstrtoul.h
b/lib/xstrtoul.h
index 878521aab4c47f9e6591b56d5ada6112c1fce35b..99f1642afaaf5690831d46dfe993cbace8932022 100644
(file)
--- a/
lib/xstrtoul.h
+++ b/
lib/xstrtoul.h
@@
-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_ */