summaryrefslogtreecommitdiffhomepage
path: root/include/mrbconf.h
diff options
context:
space:
mode:
authorYukihiro Matsumoto <[email protected]>2012-07-19 08:24:10 +0900
committerYukihiro Matsumoto <[email protected]>2012-07-19 08:24:10 +0900
commitc697e111c8a302ce13da8d25330fca07a73767fa (patch)
tree2355622dbe9b95d028158f0924c0b794335b790a /include/mrbconf.h
parentb60baedae5e1f00646987c89791d4577ae961410 (diff)
parenta7e0f9f6408f3c1a081ca221615f2e675deb2976 (diff)
downloadmruby-c697e111c8a302ce13da8d25330fca07a73767fa.tar.gz
mruby-c697e111c8a302ce13da8d25330fca07a73767fa.zip
Merge branch 'master' of github.com:mruby/mruby
Diffstat (limited to 'include/mrbconf.h')
-rw-r--r--include/mrbconf.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/mrbconf.h b/include/mrbconf.h
index 5d307e66f..757192d89 100644
--- a/include/mrbconf.h
+++ b/include/mrbconf.h
@@ -23,6 +23,10 @@
#undef HAVE_UNISTD_H /* WINDOWS */
#define HAVE_UNISTD_H /* LINUX */
+
+#define MRB_FUNCALL_ARGC_MAX 16U /* Allocate arrays using auto variable. */
+//#undef MRB_FUNCALL_ARGC_MAX /* Allocate arrays using mrb_malloc if undefned. */
+
/* end of configuration */
#ifdef MRB_USE_FLOAT