aboutsummaryrefslogtreecommitdiffstats
path: root/internal
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2021-09-24 00:55:11 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2021-09-24 08:29:00 +0900
commit65285bf673914424e960671d1d35e357c455985e (patch)
tree551c2e9aac3b017d462fadd00c924ddfbeec5ee0 /internal
parent854fe9d1c1d52037a0c04d75b75765f25f028d1e (diff)
downloadruby-65285bf673914424e960671d1d35e357c455985e.tar.gz
Consider modified modules initialized [Bug #18185]
Diffstat (limited to 'internal')
-rw-r--r--internal/class.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/internal/class.h b/internal/class.h
index 5aaeeb9cdf..a949bfb3e6 100644
--- a/internal/class.h
+++ b/internal/class.h
@@ -115,6 +115,7 @@ int rb_singleton_class_internal_p(VALUE sklass);
VALUE rb_class_boot(VALUE);
VALUE rb_class_s_alloc(VALUE klass);
VALUE rb_module_s_alloc(VALUE klass);
+void rb_module_set_initialized(VALUE module);
void rb_module_check_initializable(VALUE module);
VALUE rb_make_metaclass(VALUE, VALUE);
VALUE rb_include_class_new(VALUE, VALUE);