[Cl-darcs-cvs] r63 - cl-darcs/trunk

mhenoch at common-lisp.net mhenoch at common-lisp.net
Wed Nov 1 00:35:29 UTC 2006


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))



More information about the Cl-darcs-cvs mailing list