From 5464e827b30f764c8494f317ad48f1bd025460dc Mon Sep 17 00:00:00 2001 From: Brian O'Reilly Date: Sun, 29 Jan 2012 11:23:39 -0500 Subject: [PATCH] change the package nickname for binary-types because the "bt" nick caused a conflict with the nickname for the bordeaux-threads package, which is a common package used in a great many systems. I've selected :btypes which doesn't have the virtue of being two characters long, but that two character nicknamespace is a very shallow pool, and probably only the most commonly used public packages should live there. --- binary-types.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/binary-types.lisp b/binary-types.lisp index b5bf6f4..8ae1c2f 100644 --- a/binary-types.lisp +++ b/binary-types.lisp @@ -14,7 +14,7 @@ ;;;;------------------------------------------------------------------ (defpackage #:binary-types - (:nicknames #:bt) + (:nicknames #:btypes) (:use #:common-lisp) (:export #:*endian* ; [dynamic-var] must be bound when reading integers #:endianess ; [deftype] The set of endian names