[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
MACL 1.3.2 PCL fin.lisp
- To: commonloops.PA@Xerox.COM
- Subject: MACL 1.3.2 PCL fin.lisp
- From: kirby@moe.esl.com (Robert L. Kirby, Ph.D.)
- Date: Fri, 1 Jun 90 13:12:21 PDT
- Redistributed: commonloops.PA
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