From ed0d9f0066eb541ae4ceddf47bdd85112feccddf Mon Sep 17 00:00:00 2001 From: "Yukihiro \"Matz\" Matsumoto" Date: Mon, 25 Nov 2013 09:48:31 +0900 Subject: remove MRB_PARSER_BUF_SIZE configuration; close #1596 --- include/mrbconf.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'include/mrbconf.h') 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 -- cgit v1.2.3