Recovered from cvs revision 2007-05-06 04:23:00

This commit is contained in:
2007-05-06 19:44:00 +00:00
parent ec40ad8648
commit 0f3ea15c69
22 changed files with 968 additions and 191 deletions

View File

@ -1,5 +1,5 @@
/*
* $Id: types.h,v 1.3 2007/04/30 05:55:36 bacon Exp $
* $Id: types.h,v 1.4 2007/05/05 10:43:08 bacon Exp $
*
* {License}
*/
@ -163,7 +163,7 @@ typedef ase_uint_t ase_word_t;
typedef char ase_mchar_t;
typedef int ase_mcint_t;
#if defined(__cplusplus)
#if defined(__cplusplus) && (__cplusplus>1)
/* C++ */
typedef wchar_t ase_wchar_t;
typedef wchar_t ase_wcint_t;