[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

MACL 1.3.2 PCL fin.lisp



Since the gateway was down for over a week, I don't know if this
was reported before.

On a MACII or an SE running Macintosh System 6.0.4, MACL 1.3.2,
and "5/1/90  May Day PCL (REV 2)", in order to compile PCL,
I have needed to alter the file fin.lisp to contain:

;;; Make uvector-based objects (like funcallable instances) print better.
#+:ccl-1.3
(eval-when (eval compile load)
	   (defun print-uvector-object (obj stream &optional print-level)
	       (declare (ignore print-level))
	       (print-object obj stream)))

Bob Kirby