diff lib/strtoumax.c @ 3421:02b798113ce6

Include strtoimax.c, not strtouxmax.c.
author Jim Meyering <jim@meyering.net>
date Fri, 31 Aug 2001 09:39:10 +0000
parents 4ae5a3e63768
children
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"