[uim-commit] r2194 - branches/r5rs/sigscheme

ekato at freedesktop.org ekato at freedesktop.org
Sun Nov 20 09:16:03 PST 2005


Author: ekato
Date: 2005-11-20 09:15:38 -0800 (Sun, 20 Nov 2005)
New Revision: 2194

Modified:
   branches/r5rs/sigscheme/storage-continuation.c
Log:
* sigscheme/storage-continuation.c
(Scm_CallWithCurrentContinuation) : Initialize saved_trace_stack.


Modified: branches/r5rs/sigscheme/storage-continuation.c
===================================================================
--- branches/r5rs/sigscheme/storage-continuation.c	2005-11-20 17:06:12 UTC (rev 2193)
+++ branches/r5rs/sigscheme/storage-continuation.c	2005-11-20 17:15:38 UTC (rev 2194)
@@ -261,7 +261,7 @@
     ScmObj cont = SCM_FALSE;
     ScmObj ret  = SCM_FALSE;
     struct continuation_frame cont_frame;
-    ScmObj saved_trace_stack;
+    ScmObj saved_trace_stack = SCM_FALSE;
 
     cont = Scm_NewContinuation();
     CONTINUATION_SET_FRAME(cont, &cont_frame);



More information about the uim-commit mailing list