[slime-devel] Clozure CL and metering.lisp

19 Aug
2008
19 Aug
'08
8:15 p.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
4: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.
6263
Age (days ago)
6265
Last active (days ago)
1 comments
2 participants
participants (2)
-
Helmut Eller
-
Stas Boukarev