[alexandria.git] updated branch master: 03dc209 duh. use the right feature check for package-locks on SBCL

Nikodemus Siivola nsiivola at common-lisp.net
Wed Oct 13 22:41:51 UTC 2010


The branch master has been updated:
       via  03dc209e00afbfe51cf746adc39d303d1cfe4fb3 (commit)
      from  e12aed552b91935857a8ac9a3c93870ed4b37e3b (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 03dc209e00afbfe51cf746adc39d303d1cfe4fb3
Author: Nikodemus Siivola <nikodemus at random-state.net>
Date:   Thu Oct 14 01:41:19 2010 +0300

    duh. use the right feature check for package-locks on SBCL
    
     ...I of all people should know this...

-----------------------------------------------------------------------

Summary of changes:
 package.lisp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/package.lisp b/package.lisp
index 212a7d9..673ed30 100644
--- a/package.lisp
+++ b/package.lisp
@@ -1,7 +1,7 @@
 (defpackage :alexandria.0.dev
   (:nicknames :alexandria)
   (:use :cl)
-  #+sbcl
+  #+sb-package-locks
   (:lock t)
   (:export
    ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
-- 
Alexandria hooks/post-receive




More information about the alexandria-cvs mailing list