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

yamaken at freedesktop.org yamaken at freedesktop.org
Mon Sep 26 18:00:41 PDT 2005


Author: yamaken
Date: 2005-09-26 18:00:38 -0700 (Mon, 26 Sep 2005)
New Revision: 1601

Modified:
   branches/r5rs/sigscheme/sigscheme.c
Log:
* sigscheme/sigscheme.c
  - (SigScm_quote_impl, SigScm_quasiquote_impl, SigScm_unquote_impl,
    SigScm_unquote_splicing_impl): Removed unused and unnecessary
    variable


Modified: branches/r5rs/sigscheme/sigscheme.c
===================================================================
--- branches/r5rs/sigscheme/sigscheme.c	2005-09-27 00:47:11 UTC (rev 1600)
+++ branches/r5rs/sigscheme/sigscheme.c	2005-09-27 01:00:38 UTC (rev 1601)
@@ -72,7 +72,6 @@
 #endif
 
 static ScmObjInternal SigScm_null_impl, SigScm_true_impl, SigScm_false_impl, SigScm_eof_impl;
-static ScmObjInternal SigScm_quote_impl, SigScm_quasiquote_impl, SigScm_unquote_impl, SigScm_unquote_splicing_impl;
 static ScmObjInternal SigScm_unbound_impl, SigScm_undef_impl;
 #if SCM_USE_VALUECONS
 static ScmObj SigScm_null_values_impl;



More information about the uim-commit mailing list