From 62395a335da4623d3fcb70dd6535e25119c8aa94 Mon Sep 17 00:00:00 2001 From: aamine Date: Mon, 29 Jul 2002 23:34:43 +0000 Subject: * eval.c (localjump_error): add parameter type declaration. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@2665 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- eval.c | 1 + 1 file changed, 1 insertion(+) (limited to 'eval.c') diff --git a/eval.c b/eval.c index 25660fdcef..a8bcb8bdf1 100644 --- a/eval.c +++ b/eval.c @@ -1348,6 +1348,7 @@ rb_eval_string_wrap(str, state) static void localjump_error(mesg, status) const char *mesg; + VALUE status; { VALUE exc = rb_exc_new2(rb_eLocalJumpError, mesg); rb_iv_set(exc, "@status", status); -- cgit v1.2.3