summaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
authorYukihiro "Matz" Matsumoto <[email protected]>2014-07-09 07:17:40 +0900
committerYukihiro "Matz" Matsumoto <[email protected]>2014-07-09 07:17:40 +0900
commit506cda5a28b56750cb70b7b2a80317da524928c4 (patch)
tree105e85443f351f5da36e815b0aa31cf682d4dec9 /include
parent7baa56bad53a9891ee670e5256f333d02e16ae29 (diff)
parentef432d75247f7aba1692c031fe9b5b1f1d55333d (diff)
downloadmruby-506cda5a28b56750cb70b7b2a80317da524928c4.tar.gz
mruby-506cda5a28b56750cb70b7b2a80317da524928c4.zip
Merge branch 'master' of github.com:mruby/mruby
Diffstat (limited to 'include')
-rw-r--r--include/mruby/array.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/mruby/array.h b/include/mruby/array.h
index 5fbf71174..9db51aa5b 100644
--- a/include/mruby/array.h
+++ b/include/mruby/array.h
@@ -54,6 +54,7 @@ mrb_value mrb_ary_entry(mrb_value ary, mrb_int offset);
mrb_value mrb_ary_shift(mrb_state *mrb, mrb_value self);
mrb_value mrb_ary_clear(mrb_state *mrb, mrb_value self);
mrb_value mrb_ary_join(mrb_state *mrb, mrb_value ary, mrb_value sep);
+mrb_value mrb_ary_resize(mrb_state *mrb, mrb_value ary, mrb_int len);
static inline mrb_int
mrb_ary_len(mrb_state *mrb, mrb_value ary)