[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
class-constant-form
- To: commonloops.pa@Xerox.COM
- Subject: class-constant-form
- From: Dan Carnese <CARNESE@SPAR-20.SPAR.SLB.COM>
- Date: Thu, 3 Dec 87 01:08:57 PST
- Redistributed: commonloops.pa
In the Xerox implementation, class-constant-form returns a form
containing a class object. This will cause the compiler to blow out
when compiling a defclass with a constructor.
The class-constant-form definition used for kcl and gclisp works fine, so
the patch couldn't be simpler.
-------