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
Родитель 15d0180b6e
Коммит 5a8b81fdd3
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -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.