[Uim] Suggestion: uim_bool
YamaKen
yamaken at bp.iij4u.or.jp
Tue Jan 4 07:43:34 EET 2005
Hi developers,
I suggest a new type definition 'uim_bool' for uim.h. See
following comment and code block currently written in
uim-scm.h. If nobody disapproved for few days, I'll commit it
into uim.h.
uim/uim-scm.h:
#if 1
/*
I want a boolean type for uim to explicitly indicate intention about
values. It should be reorganized into uim.h after agreement with
other developers. -- YamaKen 2004-12-17
*/
typedef int uim_bool;
#define UIM_FALSE 0
#define UIM_TRUE 1
#endif
-------------------------------
YamaKen yamaken at bp.iij4u.or.jp
More information about the uim
mailing list