[elephant-cvs] CVS elephant/src/memutil

ieslick ieslick at common-lisp.net
Sat Jan 20 22:12:18 UTC 2007


Update of /project/elephant/cvsroot/elephant/src/memutil
In directory clnet:/tmp/cvs-serv5278/src/memutil

Modified Files:
	memutil.lisp 
Log Message:
Promoted diff's provided by the community (Pierre and Gabor) as well as a checkpoint of ongoing work to get the 0.6.1 development tree on HEAD working again.

--- /project/elephant/cvsroot/elephant/src/memutil/memutil.lisp	2006/12/16 19:35:10	1.13
+++ /project/elephant/cvsroot/elephant/src/memutil/memutil.lisp	2007/01/20 22:12:18	1.14
@@ -84,7 +84,7 @@
 
 (eval-when (compile)
   (declaim 
-   (optimize (speed 3) (safety 1) (space 0) (debug 0))
+   #-elephant-without-optimize (optimize (speed 3) (safety 1) (space 0) (debug 0))
    (inline read-int read-uint read-float read-double 
 	   write-int write-uint write-float write-double
 	   offset-char-pointer copy-str-to-buf %copy-str-to-buf copy-bufs




More information about the Elephant-cvs mailing list