1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

transform_mjit_header.rb: inline may be a macro

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65170 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2018-10-19 12:29:47 +00:00
parent 15d0180b6e
commit 5a8b81fdd3

View file

@ -27,6 +27,7 @@ module MJITHeader
# These macros are relied on this script's transformation
PREFIXED_MACROS = [
'ALWAYS_INLINE',
'inline',
]
# For MinGW's ras.h. Those macros have its name in its definition and can't be preprocessed multiple times.