From f1e87dd9ac46c3d3f7c5101eeaee8a43b2ddaab6 Mon Sep 17 00:00:00 2001 From: usa Date: Fri, 16 Jan 2009 03:18:09 +0000 Subject: * include/ruby/ruby.h (PRI_PTRDIFF_PREFIX): must define as string. if not, cause compile error in using PRI?VALUE. * win32/Makefile.sub (config.h): add SIZEOF_INTPTR_T and SIZEOF_UINTPTR_T for SIZEOF_VALUE. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21590 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index ea1330a975..dcddcce51c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +Fri Jan 16 12:15:07 2009 NAKAMURA Usaku + + * include/ruby/ruby.h (PRI_PTRDIFF_PREFIX): must define as string. + if not, cause compile error in using PRI?VALUE. + + * win32/Makefile.sub (config.h): add SIZEOF_INTPTR_T and + SIZEOF_UINTPTR_T for SIZEOF_VALUE. + Fri Jan 16 11:51:20 2009 Nobuyoshi Nakada * symbian/pre-build (COMSPEC): should not overridden. -- cgit v1.2.1