[funds-cvs] r151 - trunk/funds/src

abaine at common-lisp.net abaine at common-lisp.net
Sun Aug 19 15:28:00 UTC 2007


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")))



More information about the Funds-cvs mailing list