[uim-commit] r2531 - branches/r5rs/uim

kzk at freedesktop.org kzk at freedesktop.org
Sun Dec 11 16:43:54 PST 2005


Author: kzk
Date: 2005-12-11 16:43:49 -0800 (Sun, 11 Dec 2005)
New Revision: 2531

Modified:
   branches/r5rs/uim/uim-compat-scm.c
Log:
* uim/uim-compat-scm.c
  - (uim_scm_c_strs_into_list): not to use SigScm_null, because it's
    a internal representation of SigScheme.


Modified: branches/r5rs/uim/uim-compat-scm.c
===================================================================
--- branches/r5rs/uim/uim-compat-scm.c	2005-12-12 00:09:01 UTC (rev 2530)
+++ branches/r5rs/uim/uim-compat-scm.c	2005-12-12 00:43:49 UTC (rev 2531)
@@ -180,8 +180,8 @@
 uim_lisp
 uim_scm_c_strs_into_list(int n_strs, const char *const *strs)
 {
-  uim_lisp lst = (uim_lisp)SigScm_null;
-  uim_lisp str = (uim_lisp)SigScm_null;
+  uim_lisp lst = (uim_lisp)SCM_NULL;
+  uim_lisp str = (uim_lisp)SCM_NULL;
   const char *c_str;
   int i;
 



More information about the uim-commit mailing list