mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
Manage rb_strterm_t
without imemo
This commit is contained in:
parent
cb06b6632a
commit
a075c55d0c
7 changed files with 36 additions and 74 deletions
|
@ -111,8 +111,6 @@ struct rb_imemo_tmpbuf_struct {
|
|||
#undef MEMCPY
|
||||
#define MEMCPY(p1,p2,type,n) (p->config->nonempty_memcpy((p1), (p2), sizeof(type), (n)))
|
||||
|
||||
#define new_strterm p->config->new_strterm
|
||||
#define strterm_is_heredoc p->config->strterm_is_heredoc
|
||||
#define rb_imemo_tmpbuf_parser_heap p->config->tmpbuf_parser_heap
|
||||
|
||||
#define compile_callback p->config->compile_callback
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue