From fb86c9b11abe527ce10847b4ca4419d1f3184065 Mon Sep 17 00:00:00 2001 From: Nikodemus Siivola <nikodemus@random-state.net> Date: Thu, 14 Oct 2010 00:57:54 +0300 Subject: [PATCH] lock the package on SBCL Should have done this ages ago. --- package.lisp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/package.lisp b/package.lisp index 57c3526..212a7d9 100644 --- a/package.lisp +++ b/package.lisp @@ -1,6 +1,8 @@ (defpackage :alexandria.0.dev (:nicknames :alexandria) (:use :cl) + #+sbcl + (:lock t) (:export ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;; BLESSED -- GitLab