[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: (defclass method ...) crashes
- To: mcdougal@cs.uchicago.edu (Tom McDougal)
- Subject: Re: (defclass method ...) crashes
- From: bill@cambridge.apple.com (Bill St. Clair)
- Date: Thu, 11 Jun 1992 15:27:18 -0500
- Cc: info-mcl
>(defclass method ....)
>
>causes MCL 2.0b1p3 to crash and burn. (Yes I know I shouldn't be able to
>do this.)
This is a known problem with 2.0b1. 2.0 final signal's an error
unless *warn-if-redefine-kernel* is NIL (not the default). If you
proceed from the error, you will still crash and burn, but that's
your responsibility.