From 4b2bfa9257e5322c9b2220d294a801bf6172e504 Mon Sep 17 00:00:00 2001 From: hyung-hwan Date: Sun, 8 Jan 2006 14:26:20 +0000 Subject: [PATCH] *** empty log message *** --- ase/types.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ase/types.h b/ase/types.h index e82b5679..4c6cdee8 100644 --- a/ase/types.h +++ b/ase/types.h @@ -1,5 +1,5 @@ /* - * $Id: types.h,v 1.37 2006-01-08 13:57:01 bacon Exp $ + * $Id: types.h,v 1.38 2006-01-08 14:26:20 bacon Exp $ */ #ifndef _XP_TYPES_H_ @@ -210,7 +210,7 @@ typedef int xp_mcint_t; typedef unsigned short xp_wchar_t; /*typedef int xp_wcint_t;*/ typedef unsigned short xp_wcint_t; -#if defined(vms) || defined(__vms) +#elif defined(vms) || defined(__vms) /*typedef unsigned short xp_wchar_t;*/ typedef long xp_wchar_t; typedef long xp_wcint_t;