Skip to content

Commit 2aa8aae

Browse files
anmonteiroswannodette
authored andcommitted
CLJS-1937: Self-host: undeclared cljs.core$macros/mod when compiling cljs/core.cljs
1 parent a3a2422 commit 2aa8aae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/clojure/cljs/core.cljc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1035,7 +1035,7 @@
10351035
([x] `(- ~x)))
10361036

10371037
(core/defmacro ^::ana/numeric unchecked-remainder-int
1038-
([x n] `(mod ~x ~n)))
1038+
([x n] `(core/mod ~x ~n)))
10391039

10401040
(core/defmacro ^::ana/numeric unchecked-subtract
10411041
([& xs] `(- ~@xs)))

0 commit comments

Comments
 (0)