ruby-changes:60685
From: Nobuyoshi <ko1@a...>
Date: Wed, 8 Apr 2020 12:30:50 +0900 (JST)
Subject: [ruby-changes:60685] 8c8e64a295 (master): [win32] Removed useless macro name that isn't expanded in `#error`
https://git.ruby-lang.org/ruby.git/commit/?id=8c8e64a295 From 8c8e64a295bab083e67075f6f7a20172405081ae Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada <nobu@r...> Date: Wed, 8 Apr 2020 11:51:27 +0900 Subject: [win32] Removed useless macro name that isn't expanded in `#error` diff --git a/win32/Makefile.sub b/win32/Makefile.sub index 328f347..3951ef1 100644 --- a/win32/Makefile.sub +++ b/win32/Makefile.sub @@ -608,7 +608,7 @@ $(CONFIG_H): $(MKFILES) $(srcdir)/win32/Makefile.sub $(win_srcdir)/Makefile.sub https://github.com/ruby/ruby/blob/trunk/win32/Makefile.sub#L608 #ifndef $(guard) #define $(guard) 1 #if _MSC_VER != $(MSC_VER) -#error MSC version unmatch: _MSC_VER: $(MSC_VER) is expected. +#error MSC version unmatch: $(MSC_VER) is expected. #endif #define RUBY_MSVCRT_VERSION $(RT_VER) #define STDC_HEADERS 1 -- cgit v0.10.2 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/