New ccl can't load slime complaining of uknown type TIME-TYPE, so i need to add to metering.lisp
(deftype time-type () 'unsigned-byte) (deftype consing-type () 'unsigned-byte)
to get it started.
* Stas Boukarev [2008-08-20 03:15+0200] writes:
New ccl can't load slime complaining of uknown type TIME-TYPE, so i need to add to metering.lisp
(deftype time-type () 'unsigned-byte) (deftype consing-type () 'unsigned-byte)
to get it started.
Committed.