Plots.jl/src/precompile.jl
2016-09-06 14:01:39 -04:00

4 lines
94 B
Julia

function _precompile_()
ccall(:jl_generating_output, Cint, ()) == 1 || return nothing
end