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

yamaken at freedesktop.org yamaken at freedesktop.org
Wed Sep 28 07:14:52 PDT 2005


Author: yamaken
Date: 2005-09-28 07:14:50 -0700 (Wed, 28 Sep 2005)
New Revision: 1661

Modified:
   branches/r5rs/sigscheme/eval.c
Log:
* sigscheme/eval.c
  - (ScmOp_eval): Add a comment about () and '()


Modified: branches/r5rs/sigscheme/eval.c
===================================================================
--- branches/r5rs/sigscheme/eval.c	2005-09-28 14:07:23 UTC (rev 1660)
+++ branches/r5rs/sigscheme/eval.c	2005-09-28 14:14:50 UTC (rev 1661)
@@ -474,6 +474,7 @@
 
 eval_loop:
 #if SCM_STRICT_R5RS
+    /* () is allowed by default for efficiency */
     if (NULLP(obj))
         SigScm_Error("() is not a valid R5RS form. use '() instead");
 #endif



More information about the uim-commit mailing list