Mail Archives: djgpp-workers/1998/09/09/16:39:07
--Message-Boundary-17153
Content-type: text/plain; charset=US-ASCII
Content-transfer-encoding: 7BIT
Content-description: Mail message body
This patch adds macros for WCHAR_MIN, WCHAR_MAX,
WINT_MIN, and WINT_MAX to <limits.h>
Mark
--
Mark E. snowball3 AT usa DOT net
http://members.xoom.com/snowball3/
--Message-Boundary-17153
Content-type: text/plain; charset=US-ASCII
Content-transfer-encoding: 7BIT
Content-description: Text from file 'limits.diff'
*** 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
--Message-Boundary-17153--
- Raw text -