Author: abaine Date: Sun Aug 19 11:28:00 2007 New Revision: 151
Modified: trunk/funds/src/funds.asd Log: Moved heap module in defsystem.
Modified: trunk/funds/src/funds.asd ============================================================================== --- trunk/funds/src/funds.asd (original) +++ trunk/funds/src/funds.asd Sun Aug 19 11:28:00 2007 @@ -40,14 +40,14 @@ (:file "tree-remove") (:file "tree-find") (:file "tree-weight") - (:file "tree-height") - (:module heap - :serial t - :components ((:file "heap") - (:file "heap-empty-p") - (:file "heap-insert") - (:file "heap-remove") - (:file "heap-first"))))) + (:file "tree-height"))) + (:module heap + :serial t + :components ((:file "heap") + (:file "heap-empty-p") + (:file "heap-insert") + (:file "heap-remove") + (:file "heap-first"))) (:file "f-array") (:file "dictionary") (:file "queue")))