summaryrefslogtreecommitdiff
path: root/tool
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-10-19 12:29:47 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-10-19 12:29:47 +0000
commit5a8b81fdd37a80da7dd683e7573771810676949b (patch)
tree701d24025aa2c938a2de49d7bc88f8364c84d1d9 /tool
parent15d0180b6e782ce8b8fb6ab408db3cf72e183992 (diff)
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
Diffstat (limited to 'tool')
-rw-r--r--tool/transform_mjit_header.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/tool/transform_mjit_header.rb b/tool/transform_mjit_header.rb
index 00c25d08e8..704ef2ad25 100644
--- a/tool/transform_mjit_header.rb
+++ b/tool/transform_mjit_header.rb
@@ -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.