mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
remove MRB_PARSER_BUF_SIZE configuration; close #1596
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user