We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a12668 commit 4818fddCopy full SHA for 4818fdd
base/boot.jl
@@ -382,4 +382,6 @@ show(a::ANY) = show(STDOUT, a)
382
print(a::ANY...) = print(STDOUT, a...)
383
println(a::ANY...) = println(STDOUT, a...)
384
385
+eval(Main, :(const hacklog = Array{Any,1}(0)))
386
+
387
ccall(:jl_set_istopmod, Void, (Bool,), true)
0 commit comments