[uim-commit] r1563 - trunk/uim

yamaken at freedesktop.org yamaken at freedesktop.org
Sat Sep 24 04:27:55 PDT 2005


Author: yamaken
Date: 2005-09-24 04:27:49 -0700 (Sat, 24 Sep 2005)
New Revision: 1563

Modified:
   trunk/uim/uim-scm-gc.c
Log:
* uim/uim-scm-gc.c
  - (uim_scm_gc_protect_stack): Add a comment


Modified: trunk/uim/uim-scm-gc.c
===================================================================
--- trunk/uim/uim-scm-gc.c	2005-09-24 11:25:22 UTC (rev 1562)
+++ trunk/uim/uim-scm-gc.c	2005-09-24 11:27:49 UTC (rev 1563)
@@ -45,6 +45,10 @@
 uim_lisp *
 uim_scm_gc_protect_stack(void)
 {
+  /*
+   * &stack_start will be relocated to start of the frame of subsequent
+   * function call
+   */
   LISP stack_start;
 
   siod_gc_protect_stack(&stack_start);



More information about the uim-commit mailing list