cancel #1565 since it breaks mirb; instead add special treatment to heredocs

This commit is contained in:
Yukihiro "Matz" Matsumoto
2013-11-10 04:32:57 +09:00
parent 7e64d7e531
commit 3bbf66f9f3
2 changed files with 9 additions and 9 deletions
-1
View File
@@ -113,7 +113,6 @@ struct mrb_parser_state {
char const *filename;
int lineno;
int column;
int eof;
enum mrb_lex_state_enum lstate;
mrb_ast_node *lex_strterm; /* (type nest_level beg . end) */