Skip to content

Commit

Permalink
Add public statement to Base.GC (#54213)
Browse files Browse the repository at this point in the history
(cherry picked from commit e644ebd)
  • Loading branch information
lgoettgens authored and KristofferC committed Apr 25, 2024
1 parent 618bee4 commit c98867b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions base/gcutils.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c98867b

Please sign in to comment.