diff options
author | Nobuyoshi Nakada <[email protected]> | 2019-12-29 10:07:17 +0900 |
---|---|---|
committer | Nobuyoshi Nakada <[email protected]> | 2019-12-29 12:34:55 +0900 |
commit | d7bef803ac3546119b30e1d78af0097a9df9c907 (patch) | |
tree | 9af60ade39db53f7d33142a125b8492672fcab5d /ast.c | |
parent | 8ce5d46e662f53a56cf21c47981bb99bcb5b73e6 (diff) |
Separate builtin initialization calls
Notes
Notes:
Merged: https://github.com/ruby/ruby/pull/2792
Diffstat (limited to 'ast.c')
-rw-r--r-- | ast.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -690,6 +690,4 @@ Init_ast(void) rb_mAST = rb_define_module_under(rb_cRubyVM, "AbstractSyntaxTree"); rb_cNode = rb_define_class_under(rb_mAST, "Node", rb_cObject); rb_undef_alloc_func(rb_cNode); - - load_ast(); } |