class & type size (and some more exports)
src/smoke-to-clos.lisp
Sat Jan 23 20:45:41 CET 2010 Tobias Rautenkranz <tobias@rautenkranz.ch>
* class & type size (and some more exports)
--- old-smoke/src/smoke-to-clos.lisp 2014-10-30 08:08:32.000000000 +0100
+++ new-smoke/src/smoke-to-clos.lisp 2014-10-30 08:08:32.000000000 +0100
@@ -166,8 +166,8 @@
`(progn (check-recompile ,smoke)
,@functions
(eval-startup (:compile-toplevel :load-toplevel :execute)
- ;; FIXME when loading the Lisp image we no longer need to
- ;; call #'ensure-class, but the class-map needs still
+ ;; FIXME when loading the Lisp image we no longer need
+ ;; to call #'ensure-class, but the class-map needs still
;; to be populated by #'add-id-class-map and #'add-id;
;; For now we ignore the negligible overhead.
(make-smoke-classes ,package ,smoke))