Skip to content

Commit

Permalink
where did that octothorpe come from?
Browse files Browse the repository at this point in the history
  • Loading branch information
stuarthalloway committed Dec 19, 2010
1 parent ec71724 commit e294ae2
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -54,7 +54,7 @@
unevaluated form. Returns nil if read fails or if a ns declaration
cannot be found. The ns declaration must be the first Clojure form
in the file, except for (comment ...) forms."
[#^PushbackReader rdr]
[^PushbackReader rdr]
(try
(loop [] (let [form (read rdr)]
(cond
Expand Down

0 comments on commit e294ae2

Please sign in to comment.