Manage rb_strterm_t without imemo

This commit is contained in:
Nobuyoshi Nakada 2023-10-13 19:07:31 +09:00
parent cb06b6632a
commit a075c55d0c
7 changed files with 36 additions and 74 deletions

View file

@ -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