From 6281e7fd977a44b825c58cecd1dfe5000cdf861d Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Fri, 31 Aug 2001 09:39:10 +0000 Subject: [PATCH] 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 c89537e279..dc395d626a 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" -- 2.30.2