[zip-devel] AllegroCL 8.0

Edi Weitz edi at agharta.de
Sun Feb 12 21:13:17 UTC 2006


Hi!

Below is a minor patch to make zip work with AllegroCL 8.0.

Cheers,
Edi.



--- acl.lisp.orig       2006-02-12 22:11:17.000000000 +0100
+++ acl.lisp    2006-02-12 22:11:02.000000000 +0100
@@ -20,9 +20,9 @@
   (make-array length :element-type '(unsigned-byte 8) :initial-element 0)) 
 
 (defmethod excl:device-open ((stream truncating-stream)
-                             #+allegro-v7.0 slots
+                             #+(version>= 7 0) slots
                              options)
-  (declare (ignore options #+allegro-v7.0 slots))
+  (declare (ignore options #+(version>= 7 0) slots))
   (excl:with-stream-class (truncating-stream stream)
     (setf (slot-value stream 'excl::buffer)
           (make-octets (excl:device-buffer-length stream)))



More information about the zip-devel mailing list