[uim-commit] r3127 - trunk/uim
yamaken at freedesktop.org
yamaken at freedesktop.org
Sun Feb 19 08:45:37 PST 2006
Author: yamaken
Date: 2006-02-19 08:45:33 -0800 (Sun, 19 Feb 2006)
New Revision: 3127
Modified:
trunk/uim/uim.c
Log:
* uim/uim.c
- (uim_initialized): Add a comment
Modified: trunk/uim/uim.c
===================================================================
--- trunk/uim/uim.c 2006-02-19 11:42:08 UTC (rev 3126)
+++ trunk/uim/uim.c 2006-02-19 16:45:33 UTC (rev 3127)
@@ -58,6 +58,10 @@
static uim_context context_array[CONTEXT_ARRAY_SIZE];
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;
void
More information about the uim-commit
mailing list