[elephant-cvs] CVS elephant/src/memutil
ieslick
ieslick at common-lisp.net
Wed Jan 31 20:05:38 UTC 2007
Update of /project/elephant/cvsroot/elephant/src/memutil
In directory clnet:/tmp/cvs-serv24260/src/memutil
Modified Files:
memutil.lisp
Log Message:
Upgrade to BDB 4.5; green on Allegro 8.0/Mac OS X
--- /project/elephant/cvsroot/elephant/src/memutil/memutil.lisp 2007/01/20 22:12:18 1.14
+++ /project/elephant/cvsroot/elephant/src/memutil/memutil.lisp 2007/01/31 20:05:38 1.15
@@ -82,7 +82,7 @@
(length :int))
:returning :void))
-(eval-when (compile)
+(eval-when (:compile-toplevel)
(declaim
#-elephant-without-optimize (optimize (speed 3) (safety 1) (space 0) (debug 0))
(inline read-int read-uint read-float read-double
More information about the Elephant-cvs
mailing list