Date: Fri, 28 Dec 2001 15:20:15 -0800 (PST) From: <wollman@FreeBSD.org> To: bms@spc.org, wollman@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: misc/33227: <limits.h> does not contain MAXINT on CURRENT Message-ID: <200112282320.fBSNKFc83493@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
Synopsis: <limits.h> does not contain MAXINT on CURRENT State-Changed-From-To: open->closed State-Changed-By: wollman State-Changed-When: Fri Dec 28 15:18:54 PST 2001 State-Changed-Why: <limits.h> is not supposed to contain MAXINT (or MAXanything, for that matter); any program which expects otherwise is erroneous. The maximum value for an integer is spelled INT_MAX in Standard C, and this value *is* defined in <limits.h>. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=33227 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200112282320.fBSNKFc83493>