Date: Wed, 9 Sep 1998 16:58:03 -0400 (EDT) Message-Id: <199809092058.QAA28683@delorie.com> From: DJ Delorie To: snowball3 AT usa DOT net CC: djgpp-workers AT delorie DOT com In-reply-to: <199809092038.UAA27168@out1.ibm.net> (snowball3@usa.net) Subject: Re: patch to limits.h Precedence: bulk Did you intend to put these in the ANSI freestanding-compatible section? > *** include/limits.h Thu Jan 1 22:13:44 1998 > --- include/limits.h Wed Sep 9 15:01:12 1998 > *************** > *** 23,28 **** > --- 23,32 ---- > #define UINT_MAX 4294967295U > #define ULONG_MAX 4294967295UL > #define USHRT_MAX 65535 > + #define WCHAR_MIN 0 > + #define WCHAR_MAX 127 > + #define WINT_MIN 0 > + #define WINT_MAX 32767 > > #ifndef __dj_ENFORCE_ANSI_FREESTANDING