From 1fb4e28002327c1224c3ed32783160b011f14747 Mon Sep 17 00:00:00 2001 From: 卜部昌平 Date: Mon, 13 Jul 2020 11:43:24 +0900 Subject: skip inlining cexpr! that are not attr! inline Requested by ko1. --- builtin.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'builtin.h') diff --git a/builtin.h b/builtin.h index 607458ea71..3b2f477654 100644 --- a/builtin.h +++ b/builtin.h @@ -13,7 +13,7 @@ struct rb_builtin_function { const char * const name; // for jit - void (*compiler)(FILE *, long, unsigned); + void (*compiler)(FILE *, long, unsigned, bool); }; #define RB_BUILTIN_FUNCTION(_i, _name, _fname, _arity, _compiler) {\ -- cgit v1.2.3