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

Can't compile fcl in coral lisp



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)