Lui Fungsin scripsit: > ;; test1.scm > (declare (uses srfi-13)) > > (eval-when (compile load eval) > (require-extension srfi-13))
Instead of this, try (use srfi-13), which is supposed to handle all such problems. -- John Cowan http://ccil.org/~cowan [EMAIL PROTECTED] All "isms" should be "wasms". --Abbie _______________________________________________ Chicken-users mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/chicken-users
