projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9a3aebb
)
Include strtoimax.c, not strtouxmax.c.
author
Jim Meyering
<jim@meyering.net>
Fri, 31 Aug 2001 09:39:10 +0000
(09:39 +0000)
committer
Jim Meyering
<jim@meyering.net>
Fri, 31 Aug 2001 09:39:10 +0000
(09:39 +0000)
lib/strtoumax.c
patch
|
blob
|
history
diff --git
a/lib/strtoumax.c
b/lib/strtoumax.c
index c89537e279f4bb3526f91ae091ff51ddcabe9a62..dc395d626ab5c5437d60df0cb796c15765d5aedb 100644
(file)
--- a/
lib/strtoumax.c
+++ b/
lib/strtoumax.c
@@
-1,2
+1,2
@@
-#define
STRTOUXMAX_UNSIGNED
-#include "strto
x
max.c"
+#define
UNSIGNED 1
+#include "strto
i
max.c"