Skip to content

Commit

Permalink
BUGFIX: Minor package booboo
Browse files Browse the repository at this point in the history
  • Loading branch information
adlai committed Oct 13, 2009
1 parent 843cbb8 commit d2cd0c4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/package.lisp
Expand Up @@ -7,9 +7,8 @@
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;


(defpackage :chanl (defpackage :chanl
(:use :common-lisp) (:use :common-lisp :trivial-cas)
(:import-from :bordeaux-threads :*default-special-bindings*) (:import-from :bordeaux-threads :*default-special-bindings*)
(:import-from :trivial-cas :compare-and-swap)
(:export (:export
;; threads ;; threads
#:current-thread #:thread-alive-p #:threadp #:current-thread #:thread-alive-p #:threadp
Expand Down

0 comments on commit d2cd0c4

Please sign in to comment.