summaryrefslogtreecommitdiff
path: root/internal.h
diff options
context:
space:
mode:
authormame <mame@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-11-04 10:56:50 +0000
committermame <mame@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-11-04 10:56:50 +0000
commit1aa34afd41a514f0402a41d9d5a1a3c9af43ee7e (patch)
tree049f3512c832593f514fd5238f06a7de98da3632 /internal.h
parent739aadbb52ad3b35ac17919a8501cb5d565f3112 (diff)
Rename imemo_strterm to imemo_parser_strterm
Per ko1's request. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@60642 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'internal.h')
-rw-r--r--internal.h22
1 files changed, 11 insertions, 11 deletions
diff --git a/internal.h b/internal.h
index e21a2b6801..0813e7eaa9 100644
--- a/internal.h
+++ b/internal.h
@@ -836,17 +836,17 @@ struct RIMemo {
};
enum imemo_type {
- imemo_env = 0,
- imemo_cref = 1, /*!< class reference */
- imemo_svar = 2, /*!< special variable */
- imemo_throw_data = 3,
- imemo_ifunc = 4, /*!< iterator function */
- imemo_memo = 5,
- imemo_ment = 6,
- imemo_iseq = 7,
- imemo_alloc = 8,
- imemo_ast = 9,
- imemo_strterm = 10
+ imemo_env = 0,
+ imemo_cref = 1, /*!< class reference */
+ imemo_svar = 2, /*!< special variable */
+ imemo_throw_data = 3,
+ imemo_ifunc = 4, /*!< iterator function */
+ imemo_memo = 5,
+ imemo_ment = 6,
+ imemo_iseq = 7,
+ imemo_alloc = 8,
+ imemo_ast = 9,
+ imemo_parser_strterm = 10
};
#define IMEMO_MASK 0x0f