chiark
/
gitweb
/
~mdw
/
sod
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
src/method-aggregate.lisp: Give aggregating combinations their own file.
[sod]
/
src
/
sod.asd
diff --git
a/src/sod.asd
b/src/sod.asd
index 3de24ebd45be905e7cdfcd3674225b4d16cce8c1..0504ce48f6fa614a1491c459b48c0c50e0a8d355 100644
(file)
--- a/
src/sod.asd
+++ b/
src/sod.asd
@@
-158,6
+158,7
@@
;; Method generation.
(:file "method-proto" :depends-on ("class-make-proto"))
(:file "method-impl" :depends-on ("method-proto"))
+ (:file "method-aggregate" :depends-on ("method-impl"))
;; Class output.
(:file "class-output" :depends-on