diff options
author | Takashi Kokubun <[email protected]> | 2023-03-06 22:03:39 -0800 |
---|---|---|
committer | Takashi Kokubun <[email protected]> | 2023-03-06 22:29:35 -0800 |
commit | 290e26c729a083f4461d2497099d9e7eee814228 () | |
tree | a8f7086b396cb4c9fcca132707a8f90036e5a0a7 /include/ruby/backward | |
parent | 7fb36a0054436369aa2868490e2d102d8e75929c (diff) |
Remove obsoleted MJIT_HEADER macro
Notes: Merged: https://.com/ruby/ruby/pull/7461
-rw-r--r-- | include/ruby/backward/2/attributes.h | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -81,10 +81,8 @@ #undef NOINLINE #define NOINLINE(x) RBIMPL_ATTR_NOINLINE() x -#ifndef MJIT_HEADER -# undef ALWAYS_INLINE -# define ALWAYS_INLINE(x) RBIMPL_ATTR_FORCEINLINE() x -#endif #undef ERRORFUNC #define ERRORFUNC(mesg, x) RBIMPL_ATTR_ERROR(mesg) x |