From 0b429f21071ad8ea29f5df40e833043458536947 Mon Sep 17 00:00:00 2001 From: Stelian Ionescu Date: Tue, 27 Jan 2009 03:32:33 +0100 Subject: [PATCH] Remove nickname THREADS because it's used by Clisp. --- src/bordeaux-threads.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bordeaux-threads.lisp b/src/bordeaux-threads.lisp index 1d769a9..d648ba5 100644 --- a/src/bordeaux-threads.lisp +++ b/src/bordeaux-threads.lisp @@ -7,7 +7,7 @@ Distributed under the MIT license (see LICENSE file) |# (defpackage bordeaux-threads - (:nicknames #:bt #:threads) + (:nicknames #:bt) (:documentation "BORDEAUX-THREADS is a proposed standard for a minimal MP/threading interface. It is similar to the CLIM-SYS threading and lock support, but for the following broad differences: -- 2.11.4.GIT