Mail Archives: djgpp-workers/1998/09/09/16:58:07
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
- Raw text -