[cells-cvs] CVS cells/utils-kt

fgoenninger fgoenninger at common-lisp.net
Mon Dec 3 12:21:01 UTC 2007


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

Modified Files:
	debug.lisp 
Log Message:
Changed: Exporting of symbols now done in defpackage only.

--- /project/cells/cvsroot/cells/utils-kt/debug.lisp	2007/11/30 16:51:20	1.15
+++ /project/cells/cvsroot/cells/utils-kt/debug.lisp	2007/12/03 12:21:01	1.16
@@ -34,12 +34,8 @@
   
  (print "----------UTILSRESET----------------------------------"))
 
-
-
 ;------------- counting ---------------------------
 
-(export! with-counts)
-
 (defmacro with-counts ((onp &rest msg) &body body)
   `(if ,onp
        (let ((*counting* (cons t *counting*)))




More information about the Cells-cvs mailing list