From 14c3aa52aeff4fed170b3dbe8666aaa851b654d2 Mon Sep 17 00:00:00 2001 From: ko1 Date: Tue, 14 Aug 2007 10:53:53 +0000 Subject: * proc.c (Init_Proc), eval.c (Init_eval), eval_intern.h: move init place of exception_error. * inits.c: ditto. * eval.c (Init_eval): set exception_error#throwed_state as TAG_FATAL. [ruby-dev:31407] * bootstraptest/test_exception.rb: add a test for above. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@12930 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- eval_intern.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'eval_intern.h') diff --git a/eval_intern.h b/eval_intern.h index 7b89ed3daf..8ee1625fc6 100644 --- a/eval_intern.h +++ b/eval_intern.h @@ -177,8 +177,6 @@ char *strrchr _((const char *, const char)); ruby_cref()->nd_visi = (f); \ } -extern VALUE exception_error; - void rb_thread_cleanup _((void)); void rb_thread_wait_other_threads _((void)); -- cgit v1.2.3