Message-Id: <199809092038.UAA09804@out1.ibm.net> From: "Mark E." To: djgpp-workers AT delorie DOT com Date: Wed, 9 Sep 1998 16:38:05 +0000 MIME-Version: 1.0 Content-type: Multipart/Mixed; boundary=Message-Boundary-13697 Subject: additional patch to djtypes.h Precedence: bulk --Message-Boundary-13697 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Content-description: Mail message body This patch adds the macros to define wint_t that will be used in wchar.h and wctypes.h -- Mark E. snowball3 AT usa DOT net http://members.xoom.com/snowball3/ --Message-Boundary-13697 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Content-description: Text from file 'djtypes.diff' *** include/sys/djtypes.h Tue Sep 8 17:06:48 1998 --- include/sys/djtypes.h Wed Sep 9 15:07:26 1998 *************** *** 20,23 **** --- 20,25 ---- #define __DJ_wchar_t typedef int wchar_t; #endif + #define __DJ_wint_t typedef int wint_t; + #endif --Message-Boundary-13697--