diff options
| author | Jim Meyering <jim@meyering.net> | 2001-08-27 21:25:15 +0000 |
|---|---|---|
| committer | Jim Meyering <jim@meyering.net> | 2001-08-27 21:25:15 +0000 |
| commit | aa69564e945c3a91d81c88839268a23725c76dd9 (patch) | |
| tree | 3a3501d70e252501dc2381a4c4ee69f2190a8827 /lib/strtoumax.c | |
| parent | whoops. Don't define anything here. imax is the default (diff) | |
| download | coreutils-aa69564e945c3a91d81c88839268a23725c76dd9.tar.gz coreutils-aa69564e945c3a91d81c88839268a23725c76dd9.zip | |
#define STRTOUXMAX_UNSIGNED
Diffstat (limited to 'lib/strtoumax.c')
| -rw-r--r-- | lib/strtoumax.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/strtoumax.c b/lib/strtoumax.c index d3cd027c4..c89537e27 100644 --- a/lib/strtoumax.c +++ b/lib/strtoumax.c @@ -1 +1,2 @@ +#define STRTOUXMAX_UNSIGNED #include "strtoxmax.c" |
