[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
MACL 1.3.2 PCL fin.lisp
- To: commonloops@arisia.xerox.com, info-macl@cambridge.apple.com
- Subject: MACL 1.3.2 PCL fin.lisp
- From: kirby@moe.ESL.COM (Robert L. Kirby, Ph.D.)
- Date: Fri, 1 Jun 90 12:28:10 PDT
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