mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* rubysig.h (CHECK_INTS): fix typo.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@9421 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
fb03a9c676
commit
69bb56946d
2 changed files with 7 additions and 3 deletions
|
@ -1,3 +1,7 @@
|
|||
Thu Oct 20 00:13:18 2005 NAKAMURA Usaku <usa@ruby-lang.org>
|
||||
|
||||
* rubysig.h (CHECK_INTS): fix typo.
|
||||
|
||||
Wed Oct 19 23:58:03 2005 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||
|
||||
* lib/mkmf.rb (create_makefile): do not create unnecessary empty
|
||||
|
|
|
@ -94,11 +94,11 @@ RUBY_EXTERN int rb_thread_tick;
|
|||
#define CHECK_INTS do {\
|
||||
if (!(rb_prohibit_interrupt | rb_thread_critical)) {\
|
||||
if (rb_thread_tick-- <= 0) {\
|
||||
rb_thread_tick = THREAD_TICK;
|
||||
rb_thread_schedule();
|
||||
rb_thread_tick = THREAD_TICK;\
|
||||
rb_thread_schedule();\
|
||||
}\
|
||||
}\
|
||||
if (rb_trap_pending) rb_trap_exec();\
|
||||
if (rb_trap_pending) rb_trap_exec();\
|
||||
} while (0)
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue