anaphora.lisp: Rewrite `asetf' to use `with-places/gensyms'.
[lisp] / mdw.asd
diff --git a/mdw.asd b/mdw.asd
index 8a91809..9287a55 100644 (file)
--- a/mdw.asd
+++ b/mdw.asd
@@ -9,7 +9,7 @@
   :version "2.0.3"
   :author "Mark Wooding <mdw@distorted.org.uk>"
   :components ((:file "mdw-base")
-              (:file "anaphora")
+              (:file "anaphora" :depends-on ("mdw-base"))
               (:file "sys-base")
               (:file "factorial")
               (:file "queue")