refactor heredoc identifier

This commit is contained in:
FUKUZAWA-Tadashi
2013-03-13 00:06:19 +09:00
committed by Masaki Muranaka
parent 7c1526da6f
commit 3bcaeb09b4
3 changed files with 81 additions and 102 deletions
+1 -2
View File
@@ -74,8 +74,7 @@ enum mrb_string_type {
str_sword = (STR_FUNC_PARSING|STR_FUNC_WORD|STR_FUNC_ARRAY),
str_dword = (STR_FUNC_PARSING|STR_FUNC_WORD|STR_FUNC_ARRAY|STR_FUNC_EXPAND),
str_ssym = (STR_FUNC_PARSING|STR_FUNC_SYMBOL),
str_sheredoc = (STR_FUNC_PARSING|STR_FUNC_HEREDOC),
str_dheredoc = (STR_FUNC_PARSING|STR_FUNC_HEREDOC|STR_FUNC_EXPAND),
str_heredoc = (STR_FUNC_PARSING|STR_FUNC_HEREDOC),
};
/* heredoc structure */