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

yamaken at freedesktop.org yamaken at freedesktop.org
Tue Nov 22 01:36:47 PST 2005


Author: yamaken
Date: 2005-11-22 01:36:18 -0800 (Tue, 22 Nov 2005)
New Revision: 2218

Modified:
   branches/r5rs/sigscheme/storage-continuation.c
Log:
* sigscheme/storage-continuation.c
  - Modify some comments


Modified: branches/r5rs/sigscheme/storage-continuation.c
===================================================================
--- branches/r5rs/sigscheme/storage-continuation.c	2005-11-22 09:27:56 UTC (rev 2217)
+++ branches/r5rs/sigscheme/storage-continuation.c	2005-11-22 09:36:18 UTC (rev 2218)
@@ -62,8 +62,7 @@
   File Local Type Definitions
 =======================================*/
 struct continuation_frame {
-    /* to ensure that the struct is even-byte aligned on stack, a ScmObj is
-       listed first */
+    /* to hint appropriate alignment on stack, a ScmObj is listed first */
     volatile ScmObj dyn_ext;
     volatile ScmObj ret_val;
 #if SCM_DEBUG
@@ -265,7 +264,7 @@
 #endif
 
     if (setjmp(cont_frame.c_env)) {
-        /* returned from longjmp */
+        /* returned back to the original continuation */
         /*
          * Don't refer cont because it may already be invalidated by
          * continuation_stack_unwind().



More information about the uim-commit mailing list