projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c65fe04
)
(__ZLONG_MAX): Remove.
author
Jim Meyering
<jim@meyering.net>
Mon, 29 Jun 1998 15:24:15 +0000
(15:24 +0000)
committer
Jim Meyering
<jim@meyering.net>
Mon, 29 Jun 1998 15:24:15 +0000
(15:24 +0000)
lib/xstrtol.h
patch
|
blob
|
history
diff --git
a/lib/xstrtol.h
b/lib/xstrtol.h
index 3c16c7e01cf4bb663a33131178e5268fe00aa076..5715134c8e0345ceeb3115c7a9476f5eb0862fc3 100644
(file)
--- 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