mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
parent
fa8ac91e95
commit
9c553139ae
Notes:
git
2019-10-22 12:21:29 +09:00
1 changed files with 1 additions and 1 deletions
|
@ -370,7 +370,7 @@ static void iseq_add_setlocal(rb_iseq_t *iseq, LINK_ANCHOR *const seq, int line,
|
|||
|
||||
/* error */
|
||||
#if CPDEBUG > 0
|
||||
NORETURN(static void append_compile_error(rb_iseq_t *iseq, int line, const char *fmt, ...));
|
||||
NORETURN(static void append_compile_error(const rb_iseq_t *iseq, int line, const char *fmt, ...));
|
||||
#endif
|
||||
|
||||
static void
|
||||
|
|
Loading…
Add table
Reference in a new issue