ruby-changes:52956
From: nobu <ko1@a...>
Date: Fri, 19 Oct 2018 21:29:52 +0900 (JST)
Subject: [ruby-changes:52956] nobu:r65170 (trunk): transform_mjit_header.rb: `inline` may be a macro
nobu 2018-10-19 21:29:47 +0900 (Fri, 19 Oct 2018) New Revision: 65170 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=65170 Log: transform_mjit_header.rb: `inline` may be a macro Modified files: trunk/tool/transform_mjit_header.rb Index: tool/transform_mjit_header.rb =================================================================== --- tool/transform_mjit_header.rb (revision 65169) +++ tool/transform_mjit_header.rb (revision 65170) @@ -27,6 +27,7 @@ module MJITHeader https://github.com/ruby/ruby/blob/trunk/tool/transform_mjit_header.rb#L27 # 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. -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/