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

class-constant-form



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.

-------