summaryrefslogtreecommitdiffstats
path: root/inits.c
diff options
context:
space:
mode:
authorko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-08-14 10:53:53 +0000
committerko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-08-14 10:53:53 +0000
commitad9473d604eef2d342a5a12ebe7fdafe3260217c (patch)
tree6f2a895bac75e382b9d4e71e1bb09f92cdafbc4b /inits.c
parent4082c92ecd1f975cce3031ed602010999ca50566 (diff)
downloadruby-ad9473d604eef2d342a5a12ebe7fdafe3260217c.tar.gz
ruby-ad9473d604eef2d342a5a12ebe7fdafe3260217c.tar.xz
ruby-ad9473d604eef2d342a5a12ebe7fdafe3260217c.zip
* 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: http://svn.ruby-lang.org/repos/ruby/trunk@12930 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'inits.c')
-rw-r--r--inits.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/inits.c b/inits.c
index 302f1c65c..4b9da0943 100644
--- a/inits.c
+++ b/inits.c
@@ -63,10 +63,10 @@ rb_call_inits()
Init_Comparable();
Init_Enumerable();
Init_Precision();
+ Init_Exception();
Init_eval();
Init_jump();
Init_String();
- Init_Exception();
Init_Numeric();
Init_Bignum();
Init_syserr();