[slime-devel] swank-ecl.lisp call-with-compilation-hooks

24 Oct
2012
24 Oct
'12
9:14 p.m.
(defimplementation call-with-compilation-hooks (function) #-ecl-bytecmp (funcall function) #-ecl-bytecmp (handler-bind ((c:compiler-message #'handle-compiler-message)) (funcall function))) It seems that the function above is called twice; I suppose that one of both #-ecl-bytecmp should be #+ecl-bytecmp? Thanks, -- Matt
4524
Age (days ago)
4524
Last active (days ago)
0 comments
1 participants
participants (1)
-
Matthew Mondor