From 519a547448720fddcd732b85e40ce6f57438f7fe Mon Sep 17 00:00:00 2001 From: nobu Date: Fri, 23 May 2008 03:23:08 +0000 Subject: * vm_core.h (rb_num_t): moved form vm.h. * tool/instruction.rb (RubyVM::Instruction#sp_increase_c_expr), tool/instruction.rb (RubyVM::VmBodyGenerator#make_header_operands): omit unused variables. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@16551 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index ea9f68567..70f6c6dda 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +Fri May 23 12:23:05 2008 Nobuyoshi Nakada + + * vm_core.h (rb_num_t): moved form vm.h. + + * tool/instruction.rb (RubyVM::Instruction#sp_increase_c_expr), + tool/instruction.rb (RubyVM::VmBodyGenerator#make_header_operands): + omit unused variables. + Fri May 23 06:15:20 2008 Nobuyoshi Nakada * iseq.c (rb_iseq_compile_with_option): get rid of segv. -- cgit