better mrbconf decsription

This commit is contained in:
Yukihiro Matsumoto
2012-07-30 17:16:13 +09:00
parent e75c76ecee
commit d91f475e55
+6 -2
View File
@@ -13,6 +13,12 @@
/* add -DMRB_USE_FLOAT to use float instead of double for floating point numbers */
//#define MRB_USE_FLOAT
/* initial size of khash table bucket; should be power of 2 (n >= 8) */
//#define MRB_INITIAL_HASH_SIZE 32
/* argv max size in mrb_funcall */
//#define MRB_FUNCALL_ARGC_MAX 16
/* -DDISABLE_XXXX to drop the feature */
#define DISABLE_REGEXP /* regular expression classes */
//#define DISABLE_SPRINTF /* Kernel.sprintf method */
@@ -21,8 +27,6 @@
//#define DISABLE_STRUCT /* Struct class */
//#define DISABLE_STDIO /* use of stdio */
//#define MRB_FUNCALL_ARGC_MAX 16 /* argv size in mrb_funcall */
#undef HAVE_UNISTD_H /* WINDOWS */
#define HAVE_UNISTD_H /* LINUX */