mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
Merge branch 'jf/parser-dump' of https://github.com/thecodeshop/mruby into thecodeshop-jf/parser-dump
This commit is contained in:
@@ -4761,8 +4761,6 @@ mrb_parse_string(mrb_state *mrb, const char *s)
|
||||
return mrb_parse_nstring(mrb, s, strlen(s));
|
||||
}
|
||||
|
||||
#define PARSER_DUMP
|
||||
|
||||
void parser_dump(mrb_state *mrb, node *tree, int offset);
|
||||
|
||||
int
|
||||
|
||||
Reference in New Issue
Block a user