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
commit2dbd8cb652a39f697a669dbe741e2537d2d49384 (patch)
tree677b476e82a0ec07f7cc9dfd42b63bda45a9e7ae /lib/strtoumax.c
parent82d003f7723700a2c3dafab81fac515225a3b36c (diff)
downloadgnulib-2dbd8cb652a39f697a669dbe741e2537d2d49384.tar.gz
#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 d3cd027c4e..c89537e279 100644
--- a/lib/strtoumax.c
+++ b/lib/strtoumax.c
@@ -1 +1,2 @@
+#define STRTOUXMAX_UNSIGNED
#include "strtoxmax.c"