merges r20754 from trunk into ruby_1_9_1.

* win32/Makefile.sub (config.h): define CANONICALIZATION_FOR_MATHN
	  to follow r20683.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_1@20817 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
yugui 2008-12-17 06:16:18 +00:00
parent 077d6746b5
commit 7bccce491f
2 changed files with 6 additions and 0 deletions

View file

@ -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> Mon Dec 15 18:12:34 2008 Yukihiro Matsumoto <matz@ruby-lang.org>
* lib/rake/packagetask.rb (Rake::PackageTask): small document * lib/rake/packagetask.rb (Rake::PackageTask): small document

View file

@ -461,6 +461,7 @@ $(CONFIG_H): $(MKFILES) $(srcdir)/win32/Makefile.sub $(win_srcdir)/Makefile.sub
!if "$(PROCESSOR_ARCHITECTURE)" == "x86" || "$(ARCH)" == "x64" || "$(ARCH)" == "ia64" !if "$(PROCESSOR_ARCHITECTURE)" == "x86" || "$(ARCH)" == "x64" || "$(ARCH)" == "ia64"
#define STACK_GROW_DIRECTION -1 #define STACK_GROW_DIRECTION -1
!endif !endif
#define CANONICALIZATION_FOR_MATHN 1
#define DEFAULT_KCODE KCODE_NONE #define DEFAULT_KCODE KCODE_NONE
#define DLEXT ".so" #define DLEXT ".so"
#define RUBY_LIB "/lib/$(RUBY_INSTALL_NAME)/$(ruby_version)" #define RUBY_LIB "/lib/$(RUBY_INSTALL_NAME)/$(ruby_version)"