Fixed a bug in mirb heredoc handling; fix #3989

This commit is contained in:
Yukihiro "Matz" Matsumoto
2018-11-20 10:39:34 +09:00
parent f1eeaad84a
commit ec19c34a20
3 changed files with 0 additions and 6 deletions
-1
View File
@@ -143,7 +143,6 @@ struct mrb_parser_state {
mrb_ast_node *heredocs_from_nextline;
mrb_ast_node *parsing_heredoc;
mrb_ast_node *lex_strterm_before_heredoc;
mrb_bool heredoc_end_now:1; /* for mirb */
void *ylval;