# HG changeset patch # User Jim Meyering # Date 999250750 0 # Node ID 02b798113ce63cadd3a0e6d04ea6763e31df27e6 # Parent 7d6d40902ff51745bcd49bc294ab910a0402f02f Include strtoimax.c, not strtouxmax.c. diff --git a/lib/strtoumax.c b/lib/strtoumax.c --- a/lib/strtoumax.c +++ b/lib/strtoumax.c @@ -1,2 +1,2 @@ -#define STRTOUXMAX_UNSIGNED -#include "strtoxmax.c" +#define UNSIGNED 1 +#include "strtoimax.c"