Skip to content

Commit a0aa4dc

Browse files
committed
Add public statement to Base.GC
1 parent 715c476 commit a0aa4dc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

base/gcutils.jl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,8 @@ Module with garbage collection utilities.
109109
"""
110110
module GC
111111

112+
public gc, enable, enable_finalizers, in_finalizer, @preserve, safepoint, enable_logging, logging_enabled
113+
112114
# mirrored from julia.h
113115
const GC_AUTO = 0
114116
const GC_FULL = 1

0 commit comments

Comments
 (0)