summaryrefslogtreecommitdiffhomepage
path: root/include/mrbconf.h
diff options
context:
space:
mode:
authorYukihiro "Matz" Matsumoto <[email protected]>2013-11-25 09:48:31 +0900
committerYukihiro "Matz" Matsumoto <[email protected]>2013-11-25 09:48:31 +0900
commited0d9f0066eb541ae4ceddf47bdd85112feccddf (patch)
tree9ab05ad7d432f041826fad821d5c393c5546410f /include/mrbconf.h
parent91a4eb57591222fc3c2be043e0a34a7c39d479b5 (diff)
downloadmruby-ed0d9f0066eb541ae4ceddf47bdd85112feccddf.tar.gz
mruby-ed0d9f0066eb541ae4ceddf47bdd85112feccddf.zip
remove MRB_PARSER_BUF_SIZE configuration; close #1596
Diffstat (limited to 'include/mrbconf.h')
-rw-r--r--include/mrbconf.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/mrbconf.h b/include/mrbconf.h
index 5c745f479..2172ccc1d 100644
--- a/include/mrbconf.h
+++ b/include/mrbconf.h
@@ -56,9 +56,6 @@
/* initial minimum size for string buffer */
//#define MRB_STR_BUF_MIN_SIZE 128
-/* array size for parser buffer */
-//#define MRB_PARSER_BUF_SIZE 1024
-
/* arena size */
//#define MRB_GC_ARENA_SIZE 100