From 559d021d200a2e5457fa89a8ddbaf15ab1aeecb9 Mon Sep 17 00:00:00 2001 From: ko1 Date: Thu, 22 May 2008 04:28:13 +0000 Subject: * eval.c, vm.c, vm_core.h, vm_insnhelper.c: specify "const". * vm_opts.h: add a OPT_TOKEN_THREADED_CODE macro. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@16524 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- vm_insnhelper.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vm_insnhelper.c') diff --git a/vm_insnhelper.c b/vm_insnhelper.c index f31641d4f4..9fb2631db4 100644 --- a/vm_insnhelper.c +++ b/vm_insnhelper.c @@ -1209,7 +1209,7 @@ vm_throw(rb_thread_t *const th, rb_control_frame_t * const reg_cfp, rb_num_t level = throw_state >> 16; if (state != 0) { - VALUE *pt; + VALUE *pt = 0; int i; if (flag != 0) { if (throw_state & 0x4000) { -- cgit v1.2.3