Recovered from cvs revision 2007-05-06 04:23:00
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user