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

abaine at common-lisp.net abaine at common-lisp.net
Wed Jul 4 19:09:06 UTC 2007


Author: abaine
Date: Wed Jul  4 15:09:05 2007
New Revision: 55

Modified:
   trunk/funds/src/funds.asd
Log:
Added binary tree.

Modified: trunk/funds/src/funds.asd
==============================================================================
--- trunk/funds/src/funds.asd	(original)
+++ trunk/funds/src/funds.asd	Wed Jul  4 15:09:05 2007
@@ -13,8 +13,8 @@
   :components ((:file "package")
 	       (:module trees
 			:serial t
-			:components ((:file "package") 
-				     (:file "avl-tree")))
+			:components ((:file "avl-tree")
+				     (:file "binary-tree")))
 	       (:module stack
 			:serial t
 			:components ((:file "stack")))))



More information about the Funds-cvs mailing list