summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-12-15 10:08:48 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-12-15 10:08:48 +0000
commit5e7b16cd8a01bf777e16fa8a8dd8f61592872968 (patch)
treee92e00116651ed3324d56f76b4eaf78c6559320b
parent29de254722ae2e759fbb7bdeb3ff559f9743f79e (diff)
* win32/Makefile.sub (config.h): define CANONICALIZATION_FOR_MATHN
to follow r20683. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@20754 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--ChangeLog5
-rw-r--r--win32/Makefile.sub1
2 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c9300bba06..afcb87008d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Mon Dec 15 19:07:31 2008 NAKAMURA Usaku <usa@ruby-lang.org>
+
+ * win32/Makefile.sub (config.h): define CANONICALIZATION_FOR_MATHN
+ to follow r20683.
+
Mon Dec 15 18:12:34 2008 Yukihiro Matsumoto <matz@ruby-lang.org>
* lib/rake/packagetask.rb (Rake::PackageTask): small document
diff --git a/win32/Makefile.sub b/win32/Makefile.sub
index d4c6e29a1a..57864b46d2 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)"