[uim-commit] r1144 - branches/r5rs/uim
yamaken at freedesktop.org
yamaken at freedesktop.org
Sun Aug 7 01:22:04 EST 2005
Author: yamaken
Date: 2005-08-06 08:22:02 -0700 (Sat, 06 Aug 2005)
New Revision: 1144
Modified:
branches/r5rs/uim/uim.c
Log:
* uim/uim.c
- (uim_create_context): Fix a broken #ifdef
Modified: branches/r5rs/uim/uim.c
===================================================================
--- branches/r5rs/uim/uim.c 2005-08-06 14:13:53 UTC (rev 1143)
+++ branches/r5rs/uim/uim.c 2005-08-06 15:22:02 UTC (rev 1144)
@@ -202,7 +202,7 @@
uim_scm_apply(proc, args);
}
-#ifdef /* UIM_EVAL_SEXP_AS_STRING */
+#endif /* UIM_EVAL_SEXP_AS_STRING */
return uc;
}
More information about the uim-commit
mailing list