From c8f9fdda5f67d41e8e32404cc7c2598f7adabafe Mon Sep 17 00:00:00 2001 From: Stelian Ionescu Date: Sun, 18 Nov 2012 05:42:41 +0100 Subject: [PATCH] Use package locks on SBCL --- src/package.lisp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/package.lisp b/src/package.lisp index 4183f11..6fda69c 100644 --- a/src/package.lisp +++ b/src/package.lisp @@ -20,6 +20,8 @@ (defpackage :it.bese.fiveam (:use :common-lisp :alexandria) (:nicknames :5am :fiveam) + #+sb-package-locks + (:lock t) (:export ;; creating tests and test-suites #:make-suite -- 1.7.10.4