1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Fix build for CPDEBUG=1

The declarations went out-of-sync in dcfb7f6.
This commit is contained in:
Alan Wu 2019-10-21 12:29:47 -04:00 committed by Nobuyoshi Nakada
parent fa8ac91e95
commit 9c553139ae
Notes: git 2019-10-22 12:21:29 +09:00

View file

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