Skip to content

Commit f3a4d05

Browse files
committed
1 parent 36450b0 commit f3a4d05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ if VERSION < v"1.5"
1414
import Base.peek
1515
end
1616

17-
@static if VERSION < v"1.8"
17+
if VERSION < v"1.8"
1818
macro callsite_inline(call)
1919
esc(call)
2020
end

0 commit comments

Comments
 (0)