From b51a19058f5d5f82579acfc72dd5eaa6b7d3f916 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Fri, 31 Aug 2001 09:39:10 +0000 Subject: Include strtoimax.c, not strtouxmax.c. --- lib/strtoumax.c | 4 ++-- 1 file 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" -- cgit v1.2.3-70-g09d2