chickadee » objc » objc:allow-class-redefinition

objc:allow-class-redefinitionparameter

If #f, an error will occur when attempting to redefine an existing class with define-objc-class.

If #t, redefinition is allowed and a warning will be printed.