[uim-commit] r1059 - branches/r5rs/uim
tkng at freedesktop.org
tkng at freedesktop.org
Fri Jul 29 21:47:06 EST 2005
Author: tkng
Date: 2005-07-29 04:47:03 -0700 (Fri, 29 Jul 2005)
New Revision: 1059
Modified:
branches/r5rs/uim/uim-scm.h
Log:
* uim/uim-scm.h: uim_lisp declared as ScmObj.
Modified: branches/r5rs/uim/uim-scm.h
===================================================================
--- branches/r5rs/uim/uim-scm.h 2005-07-29 04:25:41 UTC (rev 1058)
+++ branches/r5rs/uim/uim-scm.h 2005-07-29 11:47:03 UTC (rev 1059)
@@ -53,7 +53,9 @@
#include <stdio.h>
#include "uim.h"
+#include "sigscheme/sigscheme.h"
+
#ifdef __cplusplus
extern "C" {
#endif
@@ -63,7 +65,7 @@
uim companion tools should treat lisp object as opaque. struct
uim_opaque exists only for type check and has no actual definition.
*/
-typedef struct uim_opaque * uim_lisp;
+typedef ScmObj uim_lisp;
typedef void (*uim_func_ptr)(void);
#define TRUEP(x) (uim_scm_eq(x, uim_scm_t()))
More information about the uim-commit
mailing list