[mcclim-devel] with-system-redefinition-allowed for clisp
Pascal Bourguignon
pjb at informatimago.com
Sat Jul 9 16:40:51 UTC 2005
Please, add this to utils.lisp:
#+clisp
(defmacro with-system-redefinition-allowed (&body body)
`(eval-when (:compile-toplevel :load-toplevel :execute)
(ext:without-package-lock ("COMMON-LISP")
, at body)))
--
__Pascal Bourguignon__ http://www.informatimago.com/
Cats meow out of angst
"Thumbs! If only we had thumbs!
We could break so much!"
More information about the mcclim-devel
mailing list