summaryrefslogtreecommitdiff
path: root/win32
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-10-07 13:45:31 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-10-07 13:45:31 +0000
commit3bb86ae462ab411471f6f24d2cc967e0e9acdc84 (patch)
treed67e5ab687caf20e4745db155cfa1147a0ddf469 /win32
parent9e3eb502122cbc6433a50fc5b874ac759e0c5208 (diff)
cont.c: split conditions
* cont.c (FIBER_USE_NATIVE): split long conditions. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@43181 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'win32')
-rw-r--r--win32/Makefile.sub3
1 files changed, 0 insertions, 3 deletions
diff --git a/win32/Makefile.sub b/win32/Makefile.sub
index 519dc8cd51..d10e82986c 100644
--- a/win32/Makefile.sub
+++ b/win32/Makefile.sub
@@ -692,9 +692,6 @@ $(CONFIG_H): $(MKFILES) $(srcdir)/win32/Makefile.sub $(win_srcdir)/Makefile.sub
!if "$(MACHINE)" == "x86" || "$(ARCH)" == "x64" || "$(ARCH)" == "ia64"
#define STACK_GROW_DIRECTION -1
!endif
-!if "$(ARCH)" != "ia64" && NTVER >= 0x0400 # r27646
-#define FIBER_USE_NATIVE 1
-!endif
#define CANONICALIZATION_FOR_MATHN 1
#define DEFAULT_KCODE KCODE_NONE
!if "$(ENABLE_DEBUG_ENV)" == "yes"