Skip to content

Commit

Permalink
closes #1 (defun number ...) violates 11.1.2.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
avodonosov committed Jun 2, 2011
1 parent d947038 commit 5966f6f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@

(defpackage #:secure-random
(:use #:cl)
(:export state *state* bytes number))
(:export state *state* bytes number)
(:shadow #:number))

0 comments on commit 5966f6f

Please sign in to comment.