[elephant-cvs] CVS elephant/src

rread rread at common-lisp.net
Wed Jan 25 22:18:03 UTC 2006


Update of /project/elephant/cvsroot/elephant/src
In directory common-lisp:/tmp/cvs-serv5396/src

Modified Files:
	BerkeleyDB-tests.lisp bdb-enable.lisp 
Log Message:
Not sure about this...


--- /project/elephant/cvsroot/elephant/src/BerkeleyDB-tests.lisp	2006/01/24 18:25:00	1.1
+++ /project/elephant/cvsroot/elephant/src/BerkeleyDB-tests.lisp	2006/01/25 22:18:03	1.2
@@ -11,3 +11,4 @@
 (setq *test-path-secondary* nil)
 
 (do-all-tests-spec *test-path-primary*)
+
--- /project/elephant/cvsroot/elephant/src/bdb-enable.lisp	2006/01/25 15:36:32	1.3
+++ /project/elephant/cvsroot/elephant/src/bdb-enable.lisp	2006/01/25 22:18:03	1.4
@@ -41,11 +41,11 @@
 ;;; to the Free Software Foundation, Inc., 59 Temple Place,
 ;;; Suite 330, Boston, MA 02111-1307 USA
 ;;;
-(defpackage ele-bdb
-  (:documentation 
-   "ELE-BDB: This is just a marker-pacakge to show whether or not
-the Berkeley-DB code is enabled.")
-  (:nicknames ele-bdb :ele-bdb))
+;; (defpackage ele-bdb
+;;   (:documentation 
+;;    "ELE-BDB: This is just a marker-pacakge to show whether or not
+;; the Berkeley-DB code is enabled.")
+;;   (:nicknames ele-bdb :ele-bdb))
 
 #+cmu
 (eval-when (:compile-toplevel)




More information about the Elephant-cvs mailing list