Skip to content

Commit e644ebd

Browse files
authored
Add public statement to Base.GC (#54213)
1 parent 7860212 commit e644ebd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

base/gcutils.jl

+2
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, @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)