summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2001-08-31 09:39:10 +0000
committerJim Meyering <jim@meyering.net>2001-08-31 09:39:10 +0000
commitb51a19058f5d5f82579acfc72dd5eaa6b7d3f916 (patch)
treea02f27c1359236f514d0f68dd5a971af0c7f07cb /lib
parentc1845ef979172ba1820ae5c71d88c853918fd532 (diff)
downloadcoreutils-b51a19058f5d5f82579acfc72dd5eaa6b7d3f916.tar.xz
Include strtoimax.c, not strtouxmax.c.
Diffstat (limited to 'lib')
-rw-r--r--lib/strtoumax.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/strtoumax.c b/lib/strtoumax.c
index c89537e27..dc395d626 100644
--- a/lib/strtoumax.c
+++ b/lib/strtoumax.c
@@ -1,2 +1,2 @@
-#define STRTOUXMAX_UNSIGNED
-#include "strtoxmax.c"
+#define UNSIGNED 1
+#include "strtoimax.c"