From bf98d7201d74673b3abcbe5e4257564731349bd2 Mon Sep 17 00:00:00 2001 From: hyung-hwan Date: Fri, 20 Jan 2006 16:08:07 +0000 Subject: [PATCH] no message --- ase/awk/sa.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ase/awk/sa.h b/ase/awk/sa.h index 9017523b..750f4d28 100644 --- a/ase/awk/sa.h +++ b/ase/awk/sa.h @@ -1,5 +1,5 @@ /* - * $Id: sa.h,v 1.2 2006-01-20 15:58:42 bacon Exp $ + * $Id: sa.h,v 1.3 2006-01-20 16:08:07 bacon Exp $ */ #ifndef _XP_AWK_SA_H_ @@ -43,10 +43,10 @@ #define xp_true (0 == 0) #define xp_false (0 != 0) +typedef int xp_bool_t; typedef wchar_t xp_char_t; typedef wint_t xp_cint_t; typedef size_t xp_size_t; -typedef int xp_bool_t; #if defined(_WIN32) || defined(vms) || defined(__vms) typedef long xp_ssize_t;