[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[no subject]
- To: Gregor.pa@Xerox.COM
- From: Warren Harris <harris%hplwhh@hplabs.hp.com>
- Date: Wed, 09 Nov 88 11:44:48 PST
- Cc: commonloops.pa@Xerox.COM
- Redistributed: commonloops.pa
Is there any reason AAAI PCL is calling MAKE-INSTANCE from within
CLASS-PROTOTYPE instead of ALLOCATE-INSTANCE? This is causing me problems.
I have a macro that expands into:
(eval-when (eval load)
(setf (class-slot-value (find-class ...) '<some class slot>)
...))
I've changed it in my local version, but I don't know if something else
will break.
Warren