summaryrefslogtreecommitdiff
path: root/win32
diff options
context:
space:
mode:
Diffstat (limited to 'win32')
-rw-r--r--win32/Makefile.sub6
1 files changed, 0 insertions, 6 deletions
diff --git a/win32/Makefile.sub b/win32/Makefile.sub
index 87cda5f9e4..9686d1caaa 100644
--- a/win32/Makefile.sub
+++ b/win32/Makefile.sub
@@ -67,9 +67,6 @@ icondirs=$(ICONDIRS)
icondirs=$(icondirs:\=/)
iconinc=-I$(icondirs: = -I)
!endif
-!if !defined(MATHN)
-MATHN = yes
-!endif
###############
.SUFFIXES: .def .lib
@@ -308,9 +305,6 @@ ARFLAGS = -machine:$(MACHINE) -out:
LD = $(CC)
LDSHARED = $(LD) -LD
XCFLAGS = -DRUBY_EXPORT $(INCFLAGS) $(XCFLAGS)
-!if "$(MATHN)" == "yes"
-XCFLAGS = $(XCFLAGS) -DCANONICALIZATION_FOR_MATHN
-!endif
!if $(MSC_VER) >= 1400
# Prevents VC++ 2005 (cl ver 14) warnings
MANIFESTTOOL = mt -nologo