diff options
author | Nikodemus Siivola <nikodemus@random-state.net> | 2012-04-09 12:02:32 +0300 |
---|---|---|
committer | Nikodemus Siivola <nikodemus@random-state.net> | 2012-04-09 12:19:40 +0300 |
commit | 4618609f71498a6909b39d2c87ea5d26ea68cfb0 (patch) | |
tree | 6ec145ce1640648212c5ea2ece4874f7738f49bc | |
parent | a4c3fca7153bba629c4f5c95ae68e1453afb0ed9 (diff) | |
download | tl-who-4618609f71498a6909b39d2c87ea5d26ea68cfb0.tar.gz tl-who-4618609f71498a6909b39d2c87ea5d26ea68cfb0.tar.bz2 tl-who-4618609f71498a6909b39d2c87ea5d26ea68cfb0.zip |
lock the package on SBCL
Package locks are increasingly useful in the brave new QuickLisp era.
-rw-r--r-- | packages.lisp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages.lisp b/packages.lisp index 752545e..5ea0159 100644 --- a/packages.lisp +++ b/packages.lisp @@ -33,6 +33,7 @@ (:use :cl) (:nicknames :who) #+:sbcl (:shadow :defconstant) + #+:sb-package-locks (:lock t) (:export :*attribute-quote-char* :*escape-char-p* :*prologue* |