diff options
author | Jim Meyering <jim@meyering.net> | 2001-08-31 09:39:10 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2001-08-31 09:39:10 +0000 |
commit | b51a19058f5d5f82579acfc72dd5eaa6b7d3f916 (patch) | |
tree | a02f27c1359236f514d0f68dd5a971af0c7f07cb | |
parent | c1845ef979172ba1820ae5c71d88c853918fd532 (diff) | |
download | coreutils-b51a19058f5d5f82579acfc72dd5eaa6b7d3f916.tar.xz |
Include strtoimax.c, not strtouxmax.c.
-rw-r--r-- | lib/strtoumax.c | 4 |
1 files 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" |