Skip to content

Commit d427164

Browse files
aviateskvtjnash
andauthored
Update base/staticdata.jl
Co-authored-by: Jameson Nash <[email protected]>
1 parent 2e7b0b2 commit d427164

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

base/staticdata.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ module StaticData
55
using Core: CodeInstance, MethodInstance
66
using Base: get_world_counter
77

8-
const WORLD_AGE_REVALIDATION_SENTINEL::UInt = 1 # needs to sync with staticdata.c
8+
const WORLD_AGE_REVALIDATION_SENTINEL::UInt = 1
99
const _jl_debug_method_invalidation = Ref{Union{Nothing,Vector{Any}}}(nothing)
1010
debug_method_invalidation(onoff::Bool) =
1111
_jl_debug_method_invalidation[] = onoff ? Any[] : nothing

0 commit comments

Comments
 (0)