diff --git a/base/gcutils.jl b/base/gcutils.jl index 3b8c4cf4ede10..7aea7f222d7fd 100644 --- a/base/gcutils.jl +++ b/base/gcutils.jl @@ -109,6 +109,8 @@ Module with garbage collection utilities. """ module GC +public gc, enable, @preserve, safepoint, enable_logging, logging_enabled + # mirrored from julia.h const GC_AUTO = 0 const GC_FULL = 1