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:
parent
2f1895fa15
commit
8c8e64a295
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue