remove MRB_PARSER_BUF_SIZE configuration; close #1596

This commit is contained in:
Yukihiro "Matz" Matsumoto
2013-11-25 09:48:31 +09:00
parent 91a4eb5759
commit ed0d9f0066
2 changed files with 1 additions and 6 deletions
+1 -3
View File
@@ -96,9 +96,7 @@ struct mrb_parser_heredoc_info {
mrb_ast_node *doc;
};
#ifndef MRB_PARSER_BUF_SIZE
# define MRB_PARSER_BUF_SIZE 1024
#endif
#define MRB_PARSER_BUF_SIZE 1024
/* parser structure */
struct mrb_parser_state {