[Bese-devel] more patches and warnings
Aleksandar Bakic
a_bakic at yahoo.com
Thu Nov 10 20:54:24 UTC 2005
> the patch is applied sholud work.
Sorry, there is no arg-list anymore:
diff -rN -u old-arnesi_dev/src/call-cc/apply.lisp
new-arnesi_dev/src/call-cc/apply.lisp
--- old-arnesi_dev/src/call-cc/apply.lisp 2005-11-10 21:50:29.000000000
+0100
+++ new-arnesi_dev/src/call-cc/apply.lisp 2005-11-10 21:52:15.000000000
+0100
@@ -157,7 +157,7 @@
;;;; environment and transfers control.
(defmethod apply-lambda/cc ((operator closure/cc) effective-arguments dyn-env
k)
- (trace-statement "Applying cc closure ~S to ~S" (source (code operator))
(rest arg-list))
+ (trace-statement "Applying cc closure ~S to ~S" (source (code operator))
effective-arguments)
(let ((lex-env (env operator))
(remaining-arguments effective-arguments)
(remaining-parameters (arguments (code operator))))
Alex
__________________________________
Start your day with Yahoo! - Make it your home page!
http://www.yahoo.com/r/hs
More information about the bese-devel
mailing list