Skip to content

Commit

Permalink
* src/clj/cljs/core.clj: goto 1 << 31
Browse files Browse the repository at this point in the history
  • Loading branch information
David Nolen authored and David Nolen committed May 6, 2012
1 parent 9c023d3 commit 729b0b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/clj/cljs/core.clj
Expand Up @@ -53,7 +53,7 @@
ITransientAssociative ITransientMap ITransientVector ITransientSet
IMultiFn])
(iterate (fn [[p b]]
(if (core/== 32 b)
(if (core/== 2147483648 b)
[(core/inc p) 1]
[p (core/bit-shift-left b 1)]))
[0 1])))
Expand Down

0 comments on commit 729b0b1

Please sign in to comment.