Skip to content

Commit c98867b

Browse files
lgoettgensKristofferC
authored andcommitted
Add public statement to Base.GC (#54213)
(cherry picked from commit e644ebd)
1 parent 618bee4 commit c98867b

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