From ea4b48acd6913efae88a29a023b7158e47e8d468 Mon Sep 17 00:00:00 2001 From: mame Date: Wed, 2 Jul 2008 16:45:05 +0000 Subject: * regint.h (GET_ALIGNMENT_PAD_SIZE, ALIGNMENT_RIGHT): cast pointer to uintptr_t instead of unsigned int. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@17826 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 779402ede..fde75383c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,12 +1,17 @@ +Thu Jul 3 01:44:01 2008 Yusuke Endoh + + * regint.h (GET_ALIGNMENT_PAD_SIZE, ALIGNMENT_RIGHT): cast pointer to + uintptr_t instead of unsigned int. + Thu Jul 3 01:23:13 2008 Yusuke Endoh - * sprintf.c: include ieeefp.h to refer isinf. + * sprintf.c: include ieeefp.h to refer isinf. - * ext/bigdecimal/bigdecimal.c: ditto. + * ext/bigdecimal/bigdecimal.c: ditto. - * ext/json/ext/generator/generator.c: ditto. + * ext/json/ext/generator/generator.c: ditto. - * rational.c: ditto. + * rational.c: ditto. Thu Jul 3 01:01:57 2008 Yusuke Endoh -- cgit