ruby-changes:56947
From: Nobuyoshi <ko1@a...>
Date: Mon, 12 Aug 2019 15:18:55 +0900 (JST)
Subject: [ruby-changes:56947] Nobuyoshi Nakada: 0d0ff8277f (master): rb_trap_exec has been removed since 1.9
https://git.ruby-lang.org/ruby.git/commit/?id=0d0ff8277f From 0d0ff8277fcea4584aa33b8b180a4ade7b90590e Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada <nobu@r...> Date: Mon, 12 Aug 2019 15:13:09 +0900 Subject: rb_trap_exec has been removed since 1.9 diff --git a/include/ruby/intern.h b/include/ruby/intern.h index 737c98b..63fce40 100644 --- a/include/ruby/intern.h +++ b/include/ruby/intern.h @@ -720,7 +720,6 @@ VALUE rb_f_kill(int, const VALUE*); https://github.com/ruby/ruby/blob/trunk/include/ruby/intern.h#L720 RETSIGTYPE (*posix_signal(int, RETSIGTYPE (*)(int)))(int); #endif void rb_trap_exit(void); -void rb_trap_exec(void); const char *ruby_signal_name(int); void ruby_default_signal(int); /* sprintf.c */ -- cgit v0.10.2 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/