[slime-devel] Clozure CL and metering.lisp

20 Aug
2008
20 Aug
'08
1:15 a.m.
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. -- With Best Regards, Stas.

22 Aug
22 Aug
9:24 p.m.
New subject: [slime-devel] Re: Clozure CL and metering.lisp
* 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.
6040
Age (days ago)
6042
Last active (days ago)
1 comments
2 participants
participants (2)
-
Helmut Eller
-
Stas Boukarev