From 3bb86ae462ab411471f6f24d2cc967e0e9acdc84 Mon Sep 17 00:00:00 2001 From: nobu Date: Mon, 7 Oct 2013 13:45:31 +0000 Subject: 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 --- win32/Makefile.sub | 3 --- 1 file changed, 3 deletions(-) (limited to 'win32') 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" -- cgit v1.2.3