Skip to content

Commit

Permalink
Shadow IDENTITY.
Browse files Browse the repository at this point in the history
  • Loading branch information
vtl committed Jun 13, 2010
1 parent ac88839 commit 27f3933
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
(defpackage #:zeromq
(:nicknames :zmq)
(:use :cl :cffi)
(:shadow #:sleep #:close)
(:shadow #:sleep #:close #:identity)
(:export
;; constants
#:affinity
Expand Down

0 comments on commit 27f3933

Please sign in to comment.