Skip to content

Commit

Permalink
Fix issue #7 - add evaluation control for CCL.
Browse files Browse the repository at this point in the history
  • Loading branch information
pnathan committed Jul 19, 2015
1 parent c744435 commit 53badf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cl-ansi-text.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
;;;
;;; At least from the thread "Compiler problem, MCL 3.9" by Arthur
;;; Cater around '96.
#+ccl(common-lisp:eval-when (:compile-toplevel)
#+ccl(common-lisp:eval-when (:compile-toplevel :load-toplevel :execute)
(defmethod make-load-form ((obj cl-colors:rgb ) &optional env)
(make-load-form-saving-slots obj)))

Expand Down

0 comments on commit 53badf7

Please sign in to comment.