mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Remove duplicated prototype in header file
rb_imemo_new is defined again later in the file.
This commit is contained in:
parent
19c6aaca93
commit
bf4684d999
1 changed files with 0 additions and 1 deletions
|
@ -128,7 +128,6 @@ struct MEMO {
|
|||
MEMO_FOR(type, value))
|
||||
|
||||
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);
|
||||
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);
|
||||
|
|
Loading…
Reference in a new issue