Skip to content

Commit

Permalink
Add MRB_API to mrb_range_beg_len(); ref #3411
Browse files Browse the repository at this point in the history
  • Loading branch information
matz committed Jan 23, 2017
1 parent 5e1d923 commit 4d38cad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/range.c
Expand Up @@ -248,7 +248,7 @@ mrb_range_include(mrb_state *mrb, mrb_value range)
return mrb_bool_value(include_p);
}

int
MRB_API int
mrb_range_beg_len(mrb_state *mrb, mrb_value range, mrb_int *begp, mrb_int *lenp, mrb_int len, mrb_bool trunc)
{
mrb_int beg, end;
Expand Down

0 comments on commit 4d38cad

Please sign in to comment.