[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Can't compile fcl in coral lisp
- To: cherry@vallecito.scrc.symbolics.com
- Subject: Can't compile fcl in coral lisp
- From: gz@spt.entity.com (Gail Zacharias)
- Date: 16 Mar 88 05:00:41 EST (Wed)
- Cc: commonloops.pa@Xerox.COM
- In-reply-to: James J. Cherry's message of Sun, 13 Mar 88 23:45 EST <19880314044516.2.CHERRY@MERCED.SCRC.Symbolics.COM>
- Redistributed: commonloops.pa
The problem seems to be that the class-options slot of early defclasses
is left uninitialized. Adding the following line to the function
bootstrap-initialize in braid1.lisp fixes it:
(bootstrap-set-slot 'class c 'options nil)