[uim-commit] r3143 - trunk/uim
kzk at freedesktop.org
kzk at freedesktop.org
Fri Feb 24 10:36:20 PST 2006
Author: kzk
Date: 2006-02-24 10:36:14 -0800 (Fri, 24 Feb 2006)
New Revision: 3143
Modified:
trunk/uim/uim.c
Log:
* uim.c
- (uim_initialized): revert r3126. Excuse me for confusing. I thought
gcc attached to Symbian M1000 SDK violates C Standard, but I found
the bug at the other place. dmm...
Modified: trunk/uim/uim.c
===================================================================
--- trunk/uim/uim.c 2006-02-24 18:28:28 UTC (rev 3142)
+++ trunk/uim/uim.c 2006-02-24 18:36:14 UTC (rev 3143)
@@ -59,10 +59,7 @@
struct uim_im *uim_im_array;
int uim_nr_im;
-/* Explicitly initialized by zero although it is ensured to be zero by
- * the C standard, because some implementation violates it? kzk, note
- * the name. -- YamaKen 2006-02-20 */
-static int uim_initialized = 0;
+static int uim_initialized;
void
uim_set_preedit_cb(uim_context uc,
More information about the uim-commit
mailing list