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

yamaken at freedesktop.org yamaken at freedesktop.org
Mon Jan 9 09:11:43 PST 2006


Author: yamaken
Date: 2006-01-09 09:11:39 -0800 (Mon, 09 Jan 2006)
New Revision: 2873

Modified:
   branches/r5rs/sigscheme/syntax.c
Log:
* sigscheme/syntax.c
  - (enum _tr_msg, vectran): Revert r2527 about the comments I
    misunderstood


Modified: branches/r5rs/sigscheme/syntax.c
===================================================================
--- branches/r5rs/sigscheme/syntax.c	2006-01-09 16:53:13 UTC (rev 2872)
+++ branches/r5rs/sigscheme/syntax.c	2006-01-09 17:11:39 UTC (rev 2873)
@@ -127,7 +127,7 @@
     /** Extract the product. */
     TR_MSG_EXTRACT,
 
-    /** True if the end of the sequence has been reached. */
+    /** True iff the end of the sequence has been reached. */
     TR_MSG_ENDP,
 
     /**
@@ -298,7 +298,7 @@
         break;
 
     case TR_MSG_EXTRACT:
-        /* Create a new vector if modifications have been recorded. */
+        /* Create a new vector iff modifications have been recorded. */
         if (!NULLP(t->u.vec.diff)) {
             ScmObj *copy_buf;
             ScmObj *src_buf;



More information about the uim-commit mailing list