[uim-commit] r928 - trunk/uim

yamaken at freedesktop.org yamaken at freedesktop.org
Sat Jul 2 22:55:52 PDT 2005


Author: yamaken
Date: 2005-07-02 22:55:50 -0700 (Sat, 02 Jul 2005)
New Revision: 928

Modified:
   trunk/uim/slib.c
Log:
* uim/slib.c
  - (init_subrs): Disable definition of list-tail because list-tail is
    already existing in util.scm. To replace it with this, implement
    equivalent error handling and validate with
    test/test-util.scm. Please don't forget existence of util.scm.


Modified: trunk/uim/slib.c
===================================================================
--- trunk/uim/slib.c	2005-07-03 05:47:09 UTC (rev 927)
+++ trunk/uim/slib.c	2005-07-03 05:55:50 UTC (rev 928)
@@ -5085,7 +5085,15 @@
   init_subr_1 ("butlast", butlast);
 
   init_subr_2 ("list-ref", list_ref);
+#if 0
+  /*
+   * list-tail is already existing in util.scm. To replace it with
+   * this, implement equivalent error handling and validate with
+   * test/test-util.scm. Please don't forget existence of util.scm.
+   *   -- YamaKen 2005-07-03
+   */
   init_subr_2 ("list-tail", list_tail);
+#endif
 
   init_subr_2 ("assv", assv);
   init_subr_2 ("strcmp", lstrcmp);



More information about the uim-commit mailing list