ruby-changes:49945
From: k0kubun <ko1@a...>
Date: Sat, 27 Jan 2018 10:28:26 +0900 (JST)
Subject: [ruby-changes:49945] k0kubun:r62063 (trunk): win32/Makefile.sub: fix typo
k0kubun 2018-01-27 10:28:21 +0900 (Sat, 27 Jan 2018) New Revision: 62063 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=62063 Log: win32/Makefile.sub: fix typo Other places are using RT_VER. So I guess this is correct. Currently AppVeyor CI is failing and I want to fix that. Modified files: trunk/win32/Makefile.sub Index: win32/Makefile.sub =================================================================== --- win32/Makefile.sub (revision 62062) +++ win32/Makefile.sub (revision 62063) @@ -736,7 +736,7 @@ $(CONFIG_H): $(MKFILES) $(srcdir)/win32/ https://github.com/ruby/ruby/blob/trunk/win32/Makefile.sub#L736 #define HAVE_FLOCK 1 #define HAVE_ISNAN 1 #define HAVE_FINITE 1 -!if $(RT_VAR) >= 120 +!if $(RT_VER) >= 120 #define HAVE_NAN 1 !endif #define HAVE_HYPOT 1 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/