From: Jim Meyering Date: Mon, 29 Jun 1998 15:24:15 +0000 (+0000) Subject: (__ZLONG_MAX): Remove. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=026383c8943867b11d0d1974a2ef51df7465c5be;p=pspp (__ZLONG_MAX): Remove. --- diff --git a/lib/xstrtol.h b/lib/xstrtol.h index 3c16c7e01c..5715134c8e 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