ruby-changes:49805
From: shyouhei <ko1@a...>
Date: Thu, 18 Jan 2018 21:11:43 +0900 (JST)
Subject: [ruby-changes:49805] shyouhei:r61925 (trunk): rb_threadptr_to_kill marked as NORETURN
shyouhei 2018-01-18 18:44:46 +0900 (Thu, 18 Jan 2018) New Revision: 61925 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=61925 Log: rb_threadptr_to_kill marked as NORETURN Modified files: trunk/thread.c Index: thread.c =================================================================== --- thread.c (revision 61924) +++ thread.c (revision 61925) @@ -2038,6 +2038,8 @@ rb_thread_s_pending_interrupt_p(int argc https://github.com/ruby/ruby/blob/trunk/thread.c#L2038 return rb_thread_pending_interrupt_p(argc, argv, GET_THREAD()->self); } +NORETURN(static void rb_threadptr_to_kill(rb_thread_t *th)); + static void rb_threadptr_to_kill(rb_thread_t *th) { -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/