chiark / gitweb /
src/codegen-proto.lisp: New instruction types `cond' and `for',
[sod] / src / classes.lisp
index 94ace121a9c3e9ef7a83b54d43c7cde11809b8b8..d403d109e60fdbe131a4428b983ecb15b804c237 100644 (file)
@@ -88,7 +88,7 @@ (defclass sod-class ()
    (effective-methods :type list :reader sod-class-effective-methods)
    (vtables :type list :reader sod-class-vtables)
 
-   (state :initform nil :type (member nil :finalized broken)
+   (state :initform nil :type (member nil :finalized :broken)
          :reader sod-class-state))
   (:documentation
    "Classes describe the layout and behaviour of objects.