[cells-cvs] CVS cells/utils-kt

fgoenninger fgoenninger at common-lisp.net
Sun Dec 2 18:57:10 UTC 2007


Update of /project/cells/cvsroot/cells/utils-kt
In directory clnet:/tmp/cvs-serv24366

Modified Files:
	defpackage.lisp 
Log Message:
Added: export of symbol #:export!

--- /project/cells/cvsroot/cells/utils-kt/defpackage.lisp	2007/11/30 16:51:20	1.7
+++ /project/cells/cvsroot/cells/utils-kt/defpackage.lisp	2007/12/02 18:57:10	1.8
@@ -28,8 +28,10 @@
     #+sbcl #:sb-mop
     #+openmcl-partial-mop #:openmcl-mop
     #+(and mcl (not openmcl-partial-mop))  #:ccl)
-  (:export #:utils-kt-reset
-     #:count-it #:count-of
+  (:export 
+    #:export!
+    #:utils-kt-reset
+    #:count-it #:count-of
     #:wdbg #:maptimes #:bwhen #:bif #:xor
     #:with-dynamic-fn #:last1 #:packed-flat! #:with-metrics 
     #:shortc




More information about the Cells-cvs mailing list