From 3738fe3333e614afba407e64aded6535a09856cc Mon Sep 17 00:00:00 2001 From: naruse Date: Fri, 22 Apr 2016 09:47:34 +0000 Subject: * variable.c: use uint32_t instead of long to avoid confusion about the type of ivtbl->numiv. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@54700 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index c4b395ddcc..7e59761e29 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Fri Apr 22 18:44:32 2016 NARUSE, Yui + + * variable.c: use uint32_t instead of long to avoid confusion about + the type of ivtbl->numiv. + Fri Apr 22 15:09:27 2016 Nobuyoshi Nakada * eval_jump.c (exec_end_procs_chain): restore previous error info -- cgit v1.2.3