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

abaine at common-lisp.net abaine at common-lisp.net
Wed Aug 8 00:32:00 UTC 2007


Author: abaine
Date: Tue Aug  7 20:32:00 2007
New Revision: 119

Modified:
   trunk/funds/src/package.lisp
Log:
Added dictionary interface to exported symbols.

Modified: trunk/funds/src/package.lisp
==============================================================================
--- trunk/funds/src/package.lisp	(original)
+++ trunk/funds/src/package.lisp	Tue Aug  7 20:32:00 2007
@@ -46,4 +46,9 @@
 	   :stack-empty-p
 	   :stack-push
 	   :stack-top
-	   :stack-size))
+	   :stack-size
+
+	   :make-dictionary
+	   :dictionary-add
+	   :dictionary-remove
+	   :dictionary-lookup))



More information about the Funds-cvs mailing list