[bknr-cvs] ksprotte changed trunk/projects/bos/m2/packages.lisp
BKNR Commits
bknr at bknr.net
Wed Jul 23 18:06:05 UTC 2008
Revision: 3594
Author: ksprotte
URL: http://bknr.net/trac/changeset/3594
one more package problem.... needed add shadowing-import-from to package bos.m2.allocation-cache
U trunk/projects/bos/m2/packages.lisp
Modified: trunk/projects/bos/m2/packages.lisp
===================================================================
--- trunk/projects/bos/m2/packages.lisp 2008-07-23 17:53:36 UTC (rev 3593)
+++ trunk/projects/bos/m2/packages.lisp 2008-07-23 18:06:05 UTC (rev 3594)
@@ -293,7 +293,12 @@
:bos.m2
:bos.m2.config
:iterate
- :arnesi)
+ :arnesi)
+ (:shadowing-import-from :bos.m2
+ #:enqueue
+ #:dequeue
+ #:peek-queue
+ #:queue-empty-p)
(:export #:find-exact-match
#:add-area
#:count-cache-entries
More information about the Bknr-cvs
mailing list