diff options
author | Yusuke Endoh <[email protected]> | 2021-04-27 15:31:19 +0900 |
---|---|---|
committer | Yusuke Endoh <[email protected]> | 2021-04-27 17:05:19 +0900 |
commit | e48109d86fa06584a79610ecd5cb16f0bbd64e8c (patch) | |
tree | c9da0f12ca1f6b93ff2d8f24d26d9bd986aa5fab /internal/imemo.h | |
parent | ede26169904a5fbca2e4fd8484dbf80db431f5a7 (diff) |
Partially revert 2c7d3b3a722c4636ab1e9d289cbca47ddd168d3e
to make imemo_ast WB-protected again. Only the test is kept.
Notes
Notes:
Merged: https://github.com/ruby/ruby/pull/4419
Diffstat (limited to 'internal/imemo.h')
-rw-r--r-- | internal/imemo.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/internal/imemo.h b/internal/imemo.h index 102356c78c..a9e2136ac4 100644 --- a/internal/imemo.h +++ b/internal/imemo.h @@ -130,7 +130,6 @@ struct MEMO { typedef struct rb_imemo_tmpbuf_struct rb_imemo_tmpbuf_t; VALUE rb_imemo_new(enum imemo_type type, VALUE v1, VALUE v2, VALUE v3, VALUE v0); -struct rb_ast_struct *rb_imemo_ast_new(VALUE node_buffer); rb_imemo_tmpbuf_t *rb_imemo_tmpbuf_parser_heap(void *buf, rb_imemo_tmpbuf_t *old_heap, size_t cnt); struct vm_ifunc *rb_vm_ifunc_new(rb_block_call_func_t func, const void *data, int min_argc, int max_argc); void rb_strterm_mark(VALUE obj); |