Skip to content

Commit

Permalink
mark method cache as not needing specificity sorting
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffBezanson committed Jun 1, 2017
1 parent 1dfc4d3 commit 7ee7b87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gf.c
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ const struct jl_typemap_info method_defs = {
0, &jl_method_type
};
const struct jl_typemap_info lambda_cache = {
0, &jl_method_instance_type
1, &jl_method_instance_type
};
const struct jl_typemap_info tfunc_cache = {
1, &jl_any_type
Expand Down

0 comments on commit 7ee7b87

Please sign in to comment.