
31 Oct
2006
31 Oct
'06
4:35 p.m.
Author: mhenoch Date: Tue Oct 31 19:35:28 2006 New Revision: 63 Modified: cl-darcs/trunk/cl-darcs.asd Log: Load INFLATE through REQUIRE on ACL Modified: cl-darcs/trunk/cl-darcs.asd ============================================================================== --- cl-darcs/trunk/cl-darcs.asd (original) +++ cl-darcs/trunk/cl-darcs.asd Tue Oct 31 19:35:28 2006 @@ -49,3 +49,7 @@ ;; Franz' inflate implementation #-allegro (:file "ifstar") #-allegro (:file "inflate" :depends-on ("ifstar")))) + +#+allegro +(eval-when (:compile-toplevel :load-toplevel :execute) + (require :inflate))