mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
* thread.c (rb_thread_check_ints): added. please note that
this function may cause ruby's thread switching. * include/ruby/intern.h: ditto. * regint.h: use rb_thread_check_ints() instead of RUBY_CHECK_INTS() directly. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18572 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
d4b7cc796c
commit
8f1e7a37e5
4 changed files with 25 additions and 2 deletions
3
regint.h
3
regint.h
|
@ -115,8 +115,7 @@
|
|||
|
||||
#ifdef RUBY
|
||||
|
||||
#include "vm_core.h"
|
||||
#define CHECK_INTERRUPT_IN_MATCH_AT RUBY_VM_CHECK_INTS()
|
||||
#define CHECK_INTERRUPT_IN_MATCH_AT rb_thread_check_ints()
|
||||
#define onig_st_init_table st_init_table
|
||||
#define onig_st_init_table_with_size st_init_table_with_size
|
||||
#define onig_st_init_numtable st_init_numtable
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue