skip inlining cexpr! that are not attr! inline

Requested by ko1.
This commit is contained in:
卜部昌平 2020-07-13 11:43:24 +09:00
parent 5d5b8a33f6
commit 1fb4e28002
Notes: git 2020-07-16 11:49:34 +09:00
3 changed files with 28 additions and 24 deletions

View file

@ -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) {\