[funds-cvs] r128 - trunk/funds/src
abaine at common-lisp.net
abaine at common-lisp.net
Fri Aug 10 22:14:09 UTC 2007
Author: abaine
Date: Fri Aug 10 18:14:09 2007
New Revision: 128
Modified:
trunk/funds/src/funds.asd
Log:
Renamed array file to f-array.
Modified: trunk/funds/src/funds.asd
==============================================================================
--- trunk/funds/src/funds.asd (original)
+++ trunk/funds/src/funds.asd Fri Aug 10 18:14:09 2007
@@ -48,7 +48,7 @@
(:file "heap-insert")
(:file "heap-remove")
(:file "heap-first")))))
- (:file "array")
+ (:file "f-array")
(:file "dictionary")
(:file "queue")))
More information about the Funds-cvs
mailing list