From 4618609f71498a6909b39d2c87ea5d26ea68cfb0 Mon Sep 17 00:00:00 2001 From: Nikodemus Siivola Date: Mon, 9 Apr 2012 12:02:32 +0300 Subject: lock the package on SBCL Package locks are increasingly useful in the brave new QuickLisp era. --- packages.lisp | 1 + 1 file changed, 1 insertion(+) 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* -- cgit v1.2.3