From a6dfbdd4560c2d037b51f9ed3f4b9eab41fd8af5 Mon Sep 17 00:00:00 2001 From: usa Date: Mon, 15 Dec 2008 10:08:48 +0000 Subject: * win32/Makefile.sub (config.h): define CANONICALIZATION_FOR_MATHN to follow r20683. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@20754 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- win32/Makefile.sub | 1 + 1 file changed, 1 insertion(+) (limited to 'win32') diff --git a/win32/Makefile.sub b/win32/Makefile.sub index d4c6e29a1..57864b46d 100644 --- a/win32/Makefile.sub +++ b/win32/Makefile.sub @@ -461,6 +461,7 @@ $(CONFIG_H): $(MKFILES) $(srcdir)/win32/Makefile.sub $(win_srcdir)/Makefile.sub !if "$(PROCESSOR_ARCHITECTURE)" == "x86" || "$(ARCH)" == "x64" || "$(ARCH)" == "ia64" #define STACK_GROW_DIRECTION -1 !endif +#define CANONICALIZATION_FOR_MATHN 1 #define DEFAULT_KCODE KCODE_NONE #define DLEXT ".so" #define RUBY_LIB "/lib/$(RUBY_INSTALL_NAME)/$(ruby_version)" -- cgit