From 9738f96fcfe50b2a605e350bdd40bd7a85665f54 Mon Sep 17 00:00:00 2001 From: ktsj Date: Wed, 17 Apr 2019 06:48:03 +0000 Subject: Introduce pattern matching [EXPERIMENTAL] [ruby-core:87945] [Feature #14912] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67586 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- internal.h | 1 + 1 file changed, 1 insertion(+) (limited to 'internal.h') diff --git a/internal.h b/internal.h index 46a25ff77f..17bd7f1fe9 100644 --- a/internal.h +++ b/internal.h @@ -1456,6 +1456,7 @@ extern ID ruby_static_id_signo, ruby_static_id_status; void rb_class_modify_check(VALUE); #define id_signo ruby_static_id_signo #define id_status ruby_static_id_status +NORETURN(VALUE rb_f_raise(int argc, VALUE *argv)); /* eval_error.c */ VALUE rb_get_backtrace(VALUE info); -- cgit v1.2.3