X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/sod/blobdiff_plain/3a774b55edfea441c1715994924c2999e9202143..74ca1bf50dae2ae7dfa61352d77a5edba9cc3db6:/src/builtin.lisp diff --git a/src/builtin.lisp b/src/builtin.lisp index 7357752..5897da0 100644 --- a/src/builtin.lisp +++ b/src/builtin.lisp @@ -517,9 +517,11 @@ (defun bootstrap-classes (module) instance of `SodClass', and `SodClass' is a subclass of `SodObject' (and an instance of itself)." (let* ((sod-object (make-sod-class "SodObject" nil - (make-property-set :nick 'obj))) + (make-property-set :nick 'obj + :%bootstrapping t))) (sod-class (make-sod-class "SodClass" (list sod-object) - (make-property-set :nick 'cls))) + (make-property-set :nick 'cls + :%bootstrapping t))) (classes (list sod-object sod-class))) ;; Attach the built-in messages.