1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

[win32] Removed useless macro name that isn't expanded in #error

This commit is contained in:
Nobuyoshi Nakada 2020-04-08 11:51:27 +09:00
parent 2f1895fa15
commit 8c8e64a295
No known key found for this signature in database
GPG key ID: 7CD2805BFA3770C6

View file

@ -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