Author: abaine Date: Sun Aug 19 17:22:12 2007 New Revision: 173
Modified: trunk/funds/src/funds.asd Log: Added utilities to defsystem.
Modified: trunk/funds/src/funds.asd ============================================================================== --- trunk/funds/src/funds.asd (original) +++ trunk/funds/src/funds.asd Sun Aug 19 17:22:12 2007 @@ -40,7 +40,8 @@ (:file "tree-remove") (:file "tree-find") (:file "tree-weight") - (:file "tree-height"))) + (:file "tree-height") + (:file "utilities"))) (:module heap :serial t :components ((:file "heap")