Skip to content

Commit d21736d

Browse files
committed
DLLEXPORT jl_typeinf_func
Fixes #31429
1 parent b076d04 commit d21736d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/gf.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -515,8 +515,8 @@ static void reset_mt_caches(jl_methtable_t *mt, void *env)
515515
}
516516

517517

518-
jl_function_t *jl_typeinf_func = NULL;
519-
size_t jl_typeinf_world = 0;
518+
JL_DLLEXPORT jl_function_t *jl_typeinf_func = NULL;
519+
JL_DLLEXPORT size_t jl_typeinf_world = 0;
520520

521521
JL_DLLEXPORT void jl_set_typeinf_func(jl_value_t *f)
522522
{

0 commit comments

Comments
 (0)