Skip to content

Commit

Permalink
fix asan?
Browse files Browse the repository at this point in the history
  • Loading branch information
timholy committed Jan 21, 2022
1 parent dfa2622 commit be7f7ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/toplevel.c
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ htable_t jl_current_modules;
jl_mutex_t jl_modules_mutex;

// During incremental compilation, the following gets set
JL_DLLEXPORT jl_module_t *jl_precompile_toplevel_module; // the toplevel module currently being defined
JL_DLLEXPORT jl_module_t *jl_precompile_toplevel_module = NULL; // the toplevel module currently being defined

JL_DLLEXPORT void jl_add_standard_imports(jl_module_t *m)
{
Expand Down

0 comments on commit be7f7ef

Please sign in to comment.