summaryrefslogtreecommitdiff
path: root/lib/strtoumax.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2001-08-27 21:25:15 +0000
committerJim Meyering <jim@meyering.net>2001-08-27 21:25:15 +0000
commitaa69564e945c3a91d81c88839268a23725c76dd9 (patch)
tree3a3501d70e252501dc2381a4c4ee69f2190a8827 /lib/strtoumax.c
parent73dc52f0b9ec69fcd7b1afd6a87c7cea6f962bef (diff)
downloadcoreutils-aa69564e945c3a91d81c88839268a23725c76dd9.tar.xz
#define STRTOUXMAX_UNSIGNED
Diffstat (limited to 'lib/strtoumax.c')
-rw-r--r--lib/strtoumax.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/strtoumax.c b/lib/strtoumax.c
index d3cd027c4..c89537e27 100644
--- a/lib/strtoumax.c
+++ b/lib/strtoumax.c
@@ -1 +1,2 @@
+#define STRTOUXMAX_UNSIGNED
#include "strtoxmax.c"