chiark
/
gitweb
/
~mdw
/
sod
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
src/class-make-proto.lisp: Remove `define-sod-class'.
[sod]
/
src
/
module-output.lisp
diff --git
a/src/module-output.lisp
b/src/module-output.lisp
index f61eb929b51af1098e08c125363efbfd3ad20005..a0ca42d5423612a11b317b353c27d3dd5b003d13 100644
(file)
--- a/
src/module-output.lisp
+++ b/
src/module-output.lisp
@@
-7,7
+7,7
@@
;;;----- Licensing notice ---------------------------------------------------
;;;
;;;----- Licensing notice ---------------------------------------------------
;;;
-;;; This file is part of the Sensble Object Design, an object system for C.
+;;; This file is part of the Sens
i
ble 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
;;;
;;; 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)
(: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)
(:guard :end)
:epilogue)
@@
-161,7
+163,9
@@
(defmethod hook-output progn ((module module) (reason (eql :c)) sequencer)
:constraint
(:prologue
(:includes :start) :includes (:includes :end)
:constraint
(:prologue
(:includes :start) :includes (:includes :end)
+ (:early-user :start) :early-user (:early-user :end)
(:classes :start) (:classes :end)
(:classes :start) (:classes :end)
+ (:user :start) :user (:user :end)
:epilogue)
(:prologue
:epilogue)
(:prologue