From 239c98553dfe22ed77bb89e3b2c744eb279d9116 Mon Sep 17 00:00:00 2001 From: ko1 Date: Wed, 16 Jul 2014 10:16:34 +0000 Subject: revert r46834 because it does not pass tests git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@46835 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- vm_core.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'vm_core.h') diff --git a/vm_core.h b/vm_core.h index 44b63ea43f..39dce05c99 100644 --- a/vm_core.h +++ b/vm_core.h @@ -364,8 +364,10 @@ typedef struct rb_vm_struct { struct st_table *loading_table; /* signal */ - VALUE trap_list_cmds; /* an Array object */ - int trap_list_safes[RUBY_NSIG]; + struct { + VALUE cmd; + int safe; + } trap_list[RUBY_NSIG]; /* hook */ rb_hook_list_t event_hooks; -- cgit v1.2.3