X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/sod/blobdiff_plain/f960a07b6cdf61ef8173dbb3e504f880cfdc17f6..73eceea64f35d47eeecb808cb7bfecb6bac4299b:/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.