[uim-commit] r170 - trunk/uim

yamaken@freedesktop.org yamaken@freedesktop.org
Sat Jan 8 05:02:39 PST 2005


Author: yamaken
Date: 2005-01-08 05:02:36 -0800 (Sat, 08 Jan 2005)
New Revision: 170

Modified:
   trunk/uim/plugin.c
Log:
* uim/plugin.c
  - Fix a typo '#ifdef UIM_SCM_NESTED_EVAL' with #ifndef. Thanks Mike
    Fabian for reporting
  - (uim_plugin_instance_query): Disable by #if 0 for now


Modified: trunk/uim/plugin.c
===================================================================
--- trunk/uim/plugin.c	2005-01-08 12:57:41 UTC (rev 169)
+++ trunk/uim/plugin.c	2005-01-08 13:02:36 UTC (rev 170)
@@ -48,7 +48,7 @@
 #include "config.h"
 #include "uim.h"
 #include "uim-scm.h"
-#ifdef UIM_SCM_NESTED_EVAL
+#ifndef UIM_SCM_NESTED_EVAL
 #include "uim-compat-scm.h"
 #endif
 #include "plugin.h"
@@ -207,9 +207,11 @@
     }
 }
 
+#if 0
 int
 uim_plugin_instance_query(struct _uim_plugin_info *info)
 {
   /* XXX: not implemented */
   return 0;
 }
+#endif



More information about the Uim-commit mailing list