Skip to content

Commit

Permalink
Remove extern from free_stack declaration in julia_internal.h
Browse files Browse the repository at this point in the history
  • Loading branch information
udesou committed Sep 27, 2024
1 parent f91ffce commit 5805609
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/julia_internal.h
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ extern jl_function_t *jl_typeinf_func JL_GLOBALLY_ROOTED;
extern JL_DLLEXPORT size_t jl_typeinf_world;
extern _Atomic(jl_typemap_entry_t*) call_cache[N_CALL_CACHE] JL_GLOBALLY_ROOTED;

extern void free_stack(void *stkbuf, size_t bufsz) JL_NOTSAFEPOINT;
void free_stack(void *stkbuf, size_t bufsz) JL_NOTSAFEPOINT;

JL_DLLEXPORT extern int jl_lineno;
JL_DLLEXPORT extern const char *jl_filename;
Expand Down

0 comments on commit 5805609

Please sign in to comment.