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:
5725905
)
.asd: Remove (in-package :cl-user), it's not needed.
author
Stas Boukarev
<stassats@gmail.com>
Fri, 1 Feb 2013 23:45:02 +0000 (
03:45
+0400)
committer
Stas Boukarev
<stassats@gmail.com>
Fri, 1 Feb 2013 23:45:02 +0000 (
03:45
+0400)
bordeaux-threads.asd
patch
|
blob
|
blame
|
history
diff --git
a/bordeaux-threads.asd
b/bordeaux-threads.asd
index
ab4c828
..
655b68d
100644
(file)
--- a/
bordeaux-threads.asd
+++ b/
bordeaux-threads.asd
@@
-6,8
+6,6
@@
Copyright 2006,2007 Greg Pfeil
Distributed under the MIT license (see LICENSE file)
|#
-(in-package :cl-user)
-
(eval-when (:compile-toplevel :load-toplevel :execute)
#+allegro (require :smputil)
#+corman (require :threads))