[slime-devel] Swank sbcl error - patch attached

17 Oct
2008
17 Oct
'08
5:21 p.m.
Type fixed: Index: swank-sbcl.lisp =================================================================== RCS file: /project/slime/cvsroot/slime/swank-sbcl.lisp,v retrieving revision 1.224 diff -u -r1.224 swank-sbcl.lisp --- swank-sbcl.lisp 16 Oct 2008 21:15:28 -0000 1.224 +++ swank-sbcl.lisp 17 Oct 2008 17:18:29 -0000 @@ -467,7 +467,7 @@ (defimplementation swank-compile-file (pathname load-p external-format) (handler-case - (multiple-value-bind (output-file warnigns-p failure-p) + (multiple-value-bind (output-file warnings-p failure-p) (with-compilation-hooks () (compile-file pathname :external-format external-format)) (values output-file warnings-p
6028
Age (days ago)
6028
Last active (days ago)
1 comments
2 participants
participants (2)
-
Helmut Eller
-
jcm@sdf.lonestar.org