[uim-commit] r1183 - trunk/uim

yamaken at freedesktop.org yamaken at freedesktop.org
Thu Aug 11 07:49:30 EST 2005


Author: yamaken
Date: 2005-08-10 14:49:22 -0700 (Wed, 10 Aug 2005)
New Revision: 1183

Modified:
   trunk/uim/uim-sh.c
Log:
* uim/uim-sh.c
  - (main): Complement a missing #ifdef LIBEDIT


Modified: trunk/uim/uim-sh.c
===================================================================
--- trunk/uim/uim-sh.c	2005-08-10 19:53:47 UTC (rev 1182)
+++ trunk/uim/uim-sh.c	2005-08-10 21:49:22 UTC (rev 1183)
@@ -91,7 +91,9 @@
     return 1;
 #endif
 
+#ifdef LIBEDIT
   editline_quit();
+#endif
 
   uim_quit();
 



More information about the uim-commit mailing list