[pg-cvs] CVS pg

emarsden emarsden at common-lisp.net
Fri Jan 27 17:51:53 UTC 2006


Update of /project/pg/cvsroot/pg
In directory common-lisp:/tmp/cvs-serv14288

Modified Files:
	md5.lisp pg.asd 
Log Message:
Load sb-rotate-byte from the ASD file.


--- /project/pg/cvsroot/pg/md5.lisp	2005/07/17 15:44:48	1.2
+++ /project/pg/cvsroot/pg/md5.lisp	2006/01/27 17:51:53	1.3
@@ -9,7 +9,7 @@
 ;;;;    SB-MD5 contrib, with minor changes to compile in other Common
 ;;;;    Lisp implementations.
 ;;;;
-;;;; $Id: md5.lisp,v 1.2 2005/07/17 15:44:48 emarsden Exp $
+;;;; $Id: md5.lisp,v 1.3 2006/01/27 17:51:53 emarsden Exp $
 ;;;;
 ;;;; While the implementation should work on all conforming Common
 ;;;; Lisp implementations, it has only been optimized for CMU CL,
@@ -48,10 +48,6 @@
 
 (in-package :PG-MD5)
 
-#+sbcl
-(eval-when (:load-toplevel :compile-toplevel)
-  (require :sb-rotate-byte))
-
 #+cmu
 (eval-when (:compile-toplevel)
   (defparameter *old-expansion-limit* ext:*inline-expansion-limit*)
--- /project/pg/cvsroot/pg/pg.asd	2005/10/18 13:07:27	1.8
+++ /project/pg/cvsroot/pg/pg.asd	2006/01/27 17:51:53	1.9
@@ -21,6 +21,7 @@
               #+lispworks "comm"
               #+cormanlisp :sockets
               #+sbcl :sb-bsd-sockets
+	      #+sbcl :sb-rotate-byte
               #+(and mcl (not openmcl)) "OPENTRANSPORT")
     :components ((:file "md5")
                  (:file "defpackage" :depends-on ("md5"))




More information about the Pg-cvs mailing list