summaryrefslogtreecommitdiff
path: root/tool/transform_mjit_header.rb
diff options
context:
space:
mode:
Diffstat (limited to 'tool/transform_mjit_header.rb')
-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.