[cells-cvs] CVS cells/utils-kt

ktilton ktilton at common-lisp.net
Mon May 1 20:23:15 UTC 2006


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

Modified Files:
	debug.lisp utils-kt.lpr 
Log Message:
Mainly remove WITH-INTEGRITY wrapper from (setf md-slot-value). Big change, that.

--- /project/cells/cvsroot/cells/utils-kt/debug.lisp	2006/03/16 05:26:47	1.6
+++ /project/cells/cvsroot/cells/utils-kt/debug.lisp	2006/05/01 20:23:14	1.7
@@ -32,7 +32,8 @@
   (setf *count* nil
     *stop* nil
     *dbg* nil
-    *trcdepth* 0))
+    *trcdepth* 0)
+  (print "----------UTILSRESET----------------------------------"))
 
 ;----------- trc -------------------------------------------
 
--- /project/cells/cvsroot/cells/utils-kt/utils-kt.lpr	2006/03/23 04:22:56	1.6
+++ /project/cells/cvsroot/cells/utils-kt/utils-kt.lpr	2006/05/01 20:23:14	1.7
@@ -1,4 +1,4 @@
-;; -*- lisp-version: "8.0 [Windows] (Mar 19, 2006 10:49)"; cg: "1.81"; -*-
+;; -*- lisp-version: "8.0 [Windows] (Apr 10, 2006 23:36)"; cg: "1.81"; -*-
 
 (in-package :cg-user)
 




More information about the Cells-cvs mailing list