summaryrefslogtreecommitdiff
path: root/src/boot.clj
diff options
context:
space:
mode:
authorRich Hickey <richhickey@gmail.com>2007-09-11 13:42:53 +0000
committerRich Hickey <richhickey@gmail.com>2007-09-11 13:42:53 +0000
commit1b2bbce9e5ae18f0cefb29dafb0e47df1e449e8b (patch)
treed9d891e2b130e84a39ce967c4a9c445ce55f18ff /src/boot.clj
parentd4d0a25f1da9d71fe1fd737eb2a59a710ad59413 (diff)
line numbers in reader exceptions
Diffstat (limited to 'src/boot.clj')
-rw-r--r--src/boot.clj1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/boot.clj b/src/boot.clj
index 213b70a0..774bb5b4 100644
--- a/src/boot.clj
+++ b/src/boot.clj
@@ -104,7 +104,6 @@
`(let [~gor ~x]
(if ~gor ~gor (or ~@rest))))))
-
;;math stuff
(defn +
([] 0)