From: Jim Meyering Date: Fri, 31 Aug 2001 09:39:10 +0000 (+0000) Subject: Include strtoimax.c, not strtouxmax.c. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6281e7fd977a44b825c58cecd1dfe5000cdf861d;p=pspp Include strtoimax.c, not strtouxmax.c. --- 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"