diff options
author | Satoshi Tagomori <[email protected]> | 2025-04-30 13:48:02 +0900 |
---|---|---|
committer | Satoshi Tagomori <[email protected]> | 2025-05-11 23:32:50 +0900 |
commit | 382645d440d5da66a0c04557f3ff2ca226de3a27 () | |
tree | b7453449930197237e739d0985561b664f51b0f3 /internal/eval.h | |
parent | 49742414f6444960838bb968bab43db27f5872c1 (diff) |
namespace on read
-rw-r--r-- | internal/eval.h | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -16,11 +16,18 @@ #define id_status ruby_static_id_status /* eval.c */ extern ID ruby_static_id_signo; extern ID ruby_static_id_status; VALUE rb_refinement_module_get_refined_class(VALUE module); void rb_class_modify_check(VALUE); NORETURN(VALUE rb_f_raise(int argc, VALUE *argv)); VALUE rb_top_main_class(const char *method); /* eval_error.c */ |