aboutsummaryrefslogtreecommitdiffstats
path: root/win32
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2020-04-08 11:51:27 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2020-04-08 11:51:27 +0900
commit8c8e64a295bab083e67075f6f7a20172405081ae (patch)
treef42a9812157f7bed4ae793f726f67667256b40fd /win32
parent2f1895fa15386fb3cdc91c5604171290828b9da8 (diff)
downloadruby-8c8e64a295bab083e67075f6f7a20172405081ae.tar.gz
[win32] Removed useless macro name that isn't expanded in `#error`
Diffstat (limited to 'win32')
-rw-r--r--win32/Makefile.sub2
1 files changed, 1 insertions, 1 deletions
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