Skip to content

Commit

Permalink
Exporting jl_gc_disable_counter
Browse files Browse the repository at this point in the history
  • Loading branch information
udesou committed Feb 1, 2024
1 parent 1348e50 commit 125d05e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gc-common.c
Original file line number Diff line number Diff line change
Expand Up @@ -576,7 +576,7 @@ void gc_premark(jl_ptls_t ptls2)
// GC control
// ---

_Atomic(uint32_t) jl_gc_disable_counter = 1;
JL_DLLEXPORT _Atomic(uint32_t) jl_gc_disable_counter = 1;

JL_DLLEXPORT int jl_gc_enable(int on)
{
Expand Down

0 comments on commit 125d05e

Please sign in to comment.