ruby-changes:53020
From: ko1 <ko1@a...>
Date: Sat, 20 Oct 2018 20:35:17 +0900 (JST)
Subject: [ruby-changes:53020] ko1:r65234 (trunk): fix macro-name.
ko1 2018-10-20 20:35:11 +0900 (Sat, 20 Oct 2018) New Revision: 65234 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=65234 Log: fix macro-name. * win32/Makefile.sub: Not MJIT_SUPPORT, but USE_MJIT. Modified files: trunk/win32/Makefile.sub Index: win32/Makefile.sub =================================================================== --- win32/Makefile.sub (revision 65233) +++ win32/Makefile.sub (revision 65234) @@ -864,7 +864,7 @@ $(CONFIG_H): $(MKFILES) $(srcdir)/win32/ https://github.com/ruby/ruby/blob/trunk/win32/Makefile.sub#L864 #define RUBY_COREDLL "$(RT)" #define RUBY_PLATFORM "$(arch)" #define RUBY_SITEARCH "$(sitearch)" -#define MJIT_SUPPORT 1 +#define USE_MJIT 1 #endif /* $(guard) */ << -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/