delorie.com/archives/browse.cgi   search  
Mail Archives: djgpp-workers/2000/06/14/13:55:44

Message-ID: <3947C7E1.DA22677D@softhome.net>
Date: Wed, 14 Jun 2000 19:58:57 +0200
From: Laurynas Biveinis <lauras AT softhome DOT net>
X-Mailer: Mozilla 4.73 [en] (Win98; U)
X-Accept-Language: lt,en
MIME-Version: 1.0
To: djgpp-workers AT delorie DOT com, Eli Zaretskii <eliz AT is DOT elta DOT co DOT il>
Subject: Re: Patch: sentinels for typedefs in headers
References: <Pine DOT SUN DOT 3 DOT 91 DOT 1000614173149 DOT 995G-100000 AT is>
Reply-To: djgpp-workers AT delorie DOT com

Eli Zaretskii wrote:
> 
> On Wed, 14 Jun 2000, Laurynas Biveinis wrote:
> 
> > Catched another one - our wint_t is 'int' and their 'unsigned int'.
> 
> The way we define wint_t will be important when (if) we support wide
> characters in a non-trivial way.  As long as our support is trivial, we
> can switch (in the next djdev) without risking any problems, I think.

OK to install?

Laurynas

Index: djtypes.h
===================================================================
RCS file: /cvs/djgpp/djgpp/include/sys/djtypes.h,v
retrieving revision 1.4
diff -u -r1.4 djtypes.h
--- djtypes.h	1999/12/14 11:57:45	1.4
+++ djtypes.h	2000/06/14 17:54:22
@@ -22,6 +22,6 @@
 #define __DJ_wchar_t    typedef unsigned short wchar_t;
 #endif
 
-#define __DJ_wint_t     typedef int wint_t;
+#define __DJ_wint_t     typedef unsigned int wint_t;
 
 #endif

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019