Update of /project/elephant/cvsroot/elephant/src/utils In directory clnet:/tmp/cvs-serv5382/src/utils
Modified Files: package.lisp Log Message: Henrik's fixes and latest db-lisp updates
--- /project/elephant/cvsroot/elephant/src/utils/package.lisp 2007/02/03 00:57:34 1.1 +++ /project/elephant/cvsroot/elephant/src/utils/package.lisp 2007/02/12 20:37:02 1.2 @@ -19,10 +19,11 @@
(in-package :cl-user)
-(defpackage elephant-utils +(defpackage #:elephant-utils (:use common-lisp) (:export #:ele-make-lock #:ele-with-lock #:ele-make-fast-lock - #:ele-with-fast-lock)) + #:ele-with-fast-lock + #:ele-thread-hash-key))