X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/sod/blobdiff_plain/9ec578d9fe450b7e7f9030dc9d930185593aa991..a7c3f7ae7e2453301bcfbdc7a0c5dca71b54622a:/src/module-output.lisp diff --git a/src/module-output.lisp b/src/module-output.lisp index f61eb92..a0ca42d 100644 --- a/src/module-output.lisp +++ b/src/module-output.lisp @@ -7,7 +7,7 @@ ;;;----- Licensing notice --------------------------------------------------- ;;; -;;; This file is part of the Sensble Object Design, an object system for C. +;;; This file is part of the Sensible Object Design, an object system for C. ;;; ;;; SOD is free software; you can redistribute it and/or modify ;;; it under the terms of the GNU General Public License as published by @@ -113,7 +113,9 @@ (defmethod hook-output progn ((module module) (reason (eql :h)) sequencer) (:guard :start) (:typedefs :start) :typedefs (:typedefs :end) (:includes :start) :includes (:includes :end) - (:classes :start) :classes (:classes :end) + (:early-user :start) :early-user (:early-user :end) + (:classes :start) (:classes :end) + (:user :start) :user (:user :end) (:guard :end) :epilogue) @@ -161,7 +163,9 @@ (defmethod hook-output progn ((module module) (reason (eql :c)) sequencer) :constraint (:prologue (:includes :start) :includes (:includes :end) + (:early-user :start) :early-user (:early-user :end) (:classes :start) (:classes :end) + (:user :start) :user (:user :end) :epilogue) (:prologue