From: cuz Date: Fri, 22 Nov 2002 00:51:33 +0000 (+0000) Subject: Make wchar_t a 16 bit type X-Git-Tag: V2.12.0~2064 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=f0cfd606592a21475557e99894217d1af966e90a;p=cc65 Make wchar_t a 16 bit type git-svn-id: svn://svn.cc65.org/cc65/trunk@1569 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- diff --git a/include/stddef.h b/include/stddef.h index bb86299cd..3cb74017b 100644 --- a/include/stddef.h +++ b/include/stddef.h @@ -6,7 +6,7 @@ /* */ /* */ /* */ -/* (C) 1998-2000 Ullrich von Bassewitz */ +/* (C) 1998-2002 Ullrich von Bassewitz */ /* Wacholderweg 14 */ /* D-70597 Stuttgart */ /* EMail: uz@musoftware.de */ @@ -45,7 +45,7 @@ typedef int ptrdiff_t; #endif #ifndef _WCHAR_T #define _WCHAR_T -typedef char wchar_t; +typedef unsigned short wchar_t; #endif #ifndef _SIZE_T #define _SIZE_T