|
Ruby
2.5.0dev(2017-10-22revision60238)
|
#include "ruby/ruby.h"Go to the source code of this file.
Macros | |
| #define | RUBYSIG_H |
| #define | RUBY_CRITICAL(statements) do {statements;} while (0) |
| #define | DEFER_INTS (0) |
| #define | ENABLE_INTS (1) |
| #define | ALLOW_INTS do {CHECK_INTS;} while (0) |
| #define | CHECK_INTS rb_thread_check_ints() |
| #define ALLOW_INTS do {CHECK_INTS;} while (0) |
| #define CHECK_INTS rb_thread_check_ints() |
| #define RUBY_CRITICAL | ( | statements | ) | do {statements;} while (0) |
1.8.13