[elephant-cvs] CVS elephant/src

rread rread at common-lisp.net
Wed Jan 25 15:36:32 UTC 2006


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

Modified Files:
	bdb-enable.lisp 
Log Message:
Improved the tests


--- /project/elephant/cvsroot/elephant/src/bdb-enable.lisp	2005/11/23 17:51:37	1.2
+++ /project/elephant/cvsroot/elephant/src/bdb-enable.lisp	2006/01/25 15:36:32	1.3
@@ -41,7 +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))
 
 #+cmu
 (eval-when (:compile-toplevel)




More information about the Elephant-cvs mailing list