[elephant-cvs] CVS elephant/src/memutil

ieslick ieslick at common-lisp.net
Sat Feb 3 04:09:14 UTC 2007


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

Modified Files:
	memutil.lisp 
Log Message:
Clean up auto-commit usage in tests; change buffer-stream to unsigned-char - this may break things for sbcl but works for Allegro on Mac OS X

--- /project/elephant/cvsroot/elephant/src/memutil/memutil.lisp	2007/02/03 00:57:34	1.19
+++ /project/elephant/cvsroot/elephant/src/memutil/memutil.lisp	2007/02/03 04:09:14	1.20
@@ -77,8 +77,8 @@
   (def-type pointer-int (* :int))
   (def-type pointer-void :pointer-void)
   (def-foreign-type array-or-pointer-char
-      #+allegro (:array :char)
-      #+(or cmu sbcl scl openmcl) (* :char))
+      #+allegro (:array :unsigned-char)
+      #+(or cmu sbcl scl openmcl) (* :unsigned-char))
   (def-type array-or-pointer-char array-or-pointer-char)
 
   ;; Standard utility for copying two foreign buffers -- 




More information about the Elephant-cvs mailing list