Skip to content

Commit 634c36e

Browse files
KristofferCtimholy
authored andcommitted
add a missing Meta (#198)
1 parent f3c831c commit 634c36e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/construct.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -586,7 +586,7 @@ function extract_args(__module__, ex0)
586586
if isa(ex0, Expr) && ex0.head == :macrocall # Make @edit @time 1+2 edit the macro by using the types of the *expressions*
587587
return error("Macros are not supported in @enter")
588588
end
589-
ex = lower(__module__, ex0)
589+
ex = Meta.lower(__module__, ex0)
590590
exret = Expr(:none)
591591
if !isa(ex, Expr)
592592
return error("expression is not a function call or symbol")

0 commit comments

Comments
 (0)