changeset 3421:02b798113ce6

Include strtoimax.c, not strtouxmax.c.
author Jim Meyering <jim@meyering.net>
date Fri, 31 Aug 2001 09:39:10 +0000
parents 7d6d40902ff5
children 8688d8d49a42
files lib/strtoumax.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lib/strtoumax.c
+++ b/lib/strtoumax.c
@@ -1,2 +1,2 @@
-#define STRTOUXMAX_UNSIGNED
-#include "strtoxmax.c"
+#define UNSIGNED 1
+#include "strtoimax.c"