From 30f719fd17f56dbf76da752397e97ae91ce94e53 Mon Sep 17 00:00:00 2001 From: hyung-hwan Date: Sat, 8 Jan 2005 12:25:59 +0000 Subject: [PATCH] *** empty log message *** --- ase/types.h | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/ase/types.h b/ase/types.h index ec052f46..09c191e5 100644 --- a/ase/types.h +++ b/ase/types.h @@ -1,5 +1,5 @@ /* - * $Id: types.h,v 1.6 2005-01-06 15:13:26 bacon Exp $ + * $Id: types.h,v 1.7 2005-01-08 12:25:59 bacon Exp $ */ #ifndef _XP_TYPES_H_ @@ -12,12 +12,6 @@ typedef xp_uint8_t xp_byte_t; -typedef xp_int8_t xp_mchar_t; -typedef xp_int32_t xp_mcint_t; - -typedef xp_int16_t xp_wchar_t; -typedef xp_int32_t xp_wcint_t; - /* #define XP_CHAR_IS_MCHAR typedef xp_mchar_t xp_char_t;