[uim-commit] r1528 - trunk/uim
ekato at freedesktop.org
ekato at freedesktop.org
Tue Sep 20 07:24:06 PDT 2005
Author: ekato
Date: 2005-09-20 07:24:04 -0700 (Tue, 20 Sep 2005)
New Revision: 1528
Modified:
trunk/uim/uim-scm-gc.c
Log:
* uim-scm-gc.c (uim_scm_gc_unprotect_stack) : Bug fix.
Modified: trunk/uim/uim-scm-gc.c
===================================================================
--- trunk/uim/uim-scm-gc.c 2005-09-20 13:04:09 UTC (rev 1527)
+++ trunk/uim/uim-scm-gc.c 2005-09-20 14:24:04 UTC (rev 1528)
@@ -55,7 +55,7 @@
void
uim_scm_gc_unprotect_stack(uim_lisp *stack_start)
{
- siod_gc_unprotect_stack((LISP *)stack_start);
+ siod_gc_unprotect_stack((LISP *)&stack_start);
}
uim_func_ptr
More information about the uim-commit
mailing list