From 23259eea7209c2a9b8787f3bb2e77721da2c2708 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: http://svn.ruby-lang.org/repos/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 ea1330a97..dcddcce51 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