diff options
author | Jim Meyering <jim@meyering.net> | 1998-06-29 15:24:15 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1998-06-29 15:24:15 +0000 |
commit | 159788fcca064b1a72d64ddb39a36bca70c92aa7 (patch) | |
tree | 0a8268703579611f642f0b77435e6c004c93c96f /lib | |
parent | f32dc5a2b04989444de3f6e95a2dfb53b3d50800 (diff) | |
download | coreutils-159788fcca064b1a72d64ddb39a36bca70c92aa7.tar.xz |
(__ZLONG_MAX): Remove.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/xstrtol.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/xstrtol.h b/lib/xstrtol.h index 3c16c7e01..5715134c8 100644 --- a/lib/xstrtol.h +++ b/lib/xstrtol.h @@ -5,12 +5,10 @@ # define __xstrtol xstrtoul # define __strtol strtoul # define __unsigned unsigned -# define __ZLONG_MAX ULONG_MAX # else # define __xstrtol xstrtol # define __strtol strtol # define __unsigned /* empty */ -# define __ZLONG_MAX LONG_MAX # endif # ifndef PARAMS |