From 8c8e64a295bab083e67075f6f7a20172405081ae Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada Date: Wed, 8 Apr 2020 11:51:27 +0900 Subject: [win32] Removed useless macro name that isn't expanded in `#error` --- win32/Makefile.sub | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'win32/Makefile.sub') diff --git a/win32/Makefile.sub b/win32/Makefile.sub index 328f3479aa..3951ef1ede 100644 --- a/win32/Makefile.sub +++ b/win32/Makefile.sub @@ -608,7 +608,7 @@ $(CONFIG_H): $(MKFILES) $(srcdir)/win32/Makefile.sub $(win_srcdir)/Makefile.sub #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 v1.2.3