common-lisp.net
/
projects/bordeaux-threads/bordeaux-threads.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
18f6ed5
)
Qualify DEFPACKAGE
author
Stelian Ionescu
<sionescu@cddr.org>
Sun, 5 Aug 2012 13:58:04 +0000 (15:58 +0200)
committer
Stelian Ionescu
<sionescu@cddr.org>
Sun, 5 Aug 2012 13:58:04 +0000 (15:58 +0200)
src/pkgdcl.lisp
patch
|
blob
|
blame
|
history
diff --git
a/src/pkgdcl.lisp
b/src/pkgdcl.lisp
index
dcb3856
..
abfbce5
100644
(file)
--- a/
src/pkgdcl.lisp
+++ b/
src/pkgdcl.lisp
@@
-1,8
+1,6
@@
;;; -*- Mode: Lisp; Syntax: ANSI-Common-Lisp; indent-tabs-mode: nil -*-
-(in-package :common-lisp-user)
-
-(defpackage bordeaux-threads
+(cl:defpackage bordeaux-threads
(:nicknames #:bt)
(:use #:cl #:alexandria)
#+abcl