summaryrefslogtreecommitdiff
path: root/internal.h
diff options
context:
space:
mode:
authormame <mame@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-11-04 04:59:19 +0000
committermame <mame@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-11-04 04:59:19 +0000
commit96eefc0f44139656b923a2dc894dffff28a47cc2 (patch)
treec941cf606cfec2c610c77f750c555fff28457172 /internal.h
parentc1de9fc5efc84de132acee649be549020a497e21 (diff)
Revert "Replace NODE_STRTERM and NODE_HEREDOC with imemo_strterm"
Due to build failure on mswin and mingw. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@60635 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'internal.h')
-rw-r--r--internal.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/internal.h b/internal.h
index e21a2b6801..ad29434c7c 100644
--- a/internal.h
+++ b/internal.h
@@ -845,8 +845,7 @@ enum imemo_type {
imemo_ment = 6,
imemo_iseq = 7,
imemo_alloc = 8,
- imemo_ast = 9,
- imemo_strterm = 10
+ imemo_ast = 9
};
#define IMEMO_MASK 0x0f
@@ -942,8 +941,6 @@ typedef struct rb_imemo_alloc_struct {
rb_imemo_alloc_t *rb_imemo_alloc_new(VALUE, VALUE, VALUE, VALUE);
-void rb_strterm_mark(VALUE obj);
-
/*! MEMO
*
* @see imemo_type