Skip to content

Commit

Permalink
Export jl_method_set_source.
Browse files Browse the repository at this point in the history
  • Loading branch information
maleadt committed Jun 15, 2023
1 parent 9d839f9 commit c1fc10a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/method.c
Original file line number Diff line number Diff line change
Expand Up @@ -665,7 +665,7 @@ jl_method_instance_t *jl_get_specialized(jl_method_t *m, jl_value_t *types, jl_s
return new_linfo;
}

static void jl_method_set_source(jl_method_t *m, jl_code_info_t *src)
JL_DLLEXPORT void jl_method_set_source(jl_method_t *m, jl_code_info_t *src)
{
uint8_t j;
uint8_t called = 0;
Expand Down

0 comments on commit c1fc10a

Please sign in to comment.