[elephant-cvs] CVS elephant/src/db-bdb
ieslick
ieslick at common-lisp.net
Sat Mar 3 17:24:59 UTC 2007
Update of /project/elephant/cvsroot/elephant/src/db-bdb
In directory clnet:/tmp/cvs-serv18095/src/db-bdb
Modified Files:
berkeley-db.lisp
Log Message:
Fixes for Win32 allegro build; lispwork builds but fails to run; new test of :index class keyword which fails
--- /project/elephant/cvsroot/elephant/src/db-bdb/berkeley-db.lisp 2007/02/17 12:13:19 1.9
+++ /project/elephant/cvsroot/elephant/src/db-bdb/berkeley-db.lisp 2007/03/03 17:24:58 1.10
@@ -21,6 +21,7 @@
(declaim
#-elephant-without-optimize (optimize (speed 3) (safety 0))
+ #-lispworks
(inline %db-get-key-buffered db-get-key-buffered
%db-get-buffered db-get-buffered db-get
%db-put-buffered db-put-buffered
More information about the Elephant-cvs
mailing list