Skip to content

Commit a67dd8e

Browse files
committed
Export jl_method_set_source.
1 parent 46813d3 commit a67dd8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/method.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -659,7 +659,7 @@ jl_method_instance_t *jl_get_specialized(jl_method_t *m, jl_value_t *types, jl_s
659659
return new_linfo;
660660
}
661661

662-
static void jl_method_set_source(jl_method_t *m, jl_code_info_t *src)
662+
JL_DLLEXPORT void jl_method_set_source(jl_method_t *m, jl_code_info_t *src)
663663
{
664664
uint8_t j;
665665
uint8_t called = 0;

0 commit comments

Comments
 (0)