From a47d058ebf6890f4ad81c9c3419e767b4f093815 Mon Sep 17 00:00:00 2001 From: Koichi Sasada Date: Thu, 7 Nov 2019 18:29:20 +0900 Subject: use builtin for RubyVM::AbstractSyntaxTree. Define RubyVM::AbstractSyntaxTree in ast.rb with __builtin functions. --- inits.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'inits.c') diff --git a/inits.c b/inits.c index 8a9789d050..16569ad32a 100644 --- a/inits.c +++ b/inits.c @@ -66,11 +66,11 @@ rb_call_inits(void) CALL(Complex); CALL(version); CALL(vm_stack_canary); - CALL(ast); CALL(gc_stress); CALL(builtin); + CALL(ast); CALL(vm_trace); } #undef CALL -- cgit v1.2.1