diff options
author | Jim Meyering <jim@meyering.net> | 2001-08-27 21:24:59 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2001-08-27 21:24:59 +0000 |
commit | 73dc52f0b9ec69fcd7b1afd6a87c7cea6f962bef (patch) | |
tree | 47ff11ae50e430892746c891577d4ca8dcfee555 | |
parent | ae6c9955fb7360a792d1c95af8591ac362bc9d62 (diff) | |
download | coreutils-73dc52f0b9ec69fcd7b1afd6a87c7cea6f962bef.tar.xz |
whoops. Don't define anything here. imax is the default
-rw-r--r-- | lib/strtoimax.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/strtoimax.c b/lib/strtoimax.c index 6357ceb3f..d3cd027c4 100644 --- a/lib/strtoimax.c +++ b/lib/strtoimax.c @@ -1,2 +1 @@ -#define STRTOUXMAX_SIGNED #include "strtoxmax.c" |