X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fxstrtol.h;h=5715134c8e0345ceeb3115c7a9476f5eb0862fc3;hb=e9721c2f5a8ea905fba888055ca0fd0767f8873d;hp=3c16c7e01cf4bb663a33131178e5268fe00aa076;hpb=358e52e8bb23ab6e5bcc42ca3546493a868d9591;p=gnulib.git 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