summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRich Hickey <richhickey@gmail.com>2010-04-17 13:45:47 -0400
committerRich Hickey <richhickey@gmail.com>2010-04-17 13:45:47 -0400
commita8e92018ce0ce32fc59fae2072369a8671fdea62 (patch)
tree44ed17455fdb0017a8b2ae7e371e2f14caac4c62
parent03fa7d8ebdb4c5105b1f00657f5e70700d35b7b2 (diff)
disable new reduce
-rw-r--r--src/clj/clojure/core.clj2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/clj/clojure/core.clj b/src/clj/clojure/core.clj
index cb2f1d2b..f0f784ea 100644
--- a/src/clj/clojure/core.clj
+++ b/src/clj/clojure/core.clj
@@ -4700,7 +4700,7 @@
(load "gvec")
;; redefine reduce with internal-reduce
-(defn reduce
+(defn- reduce-new
"f should be a function of 2 arguments. If val is not supplied,
returns the result of applying f to the first 2 items in coll, then
applying f to that result and the 3rd item, etc. If coll contains no