summaryrefslogtreecommitdiff
path: root/inits.c
diff options
context:
space:
mode:
authorko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-05-23 22:52:19 +0000
committerko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-05-23 22:52:19 +0000
commit7c4ff2d3322753479b3974105e5100b6f4e43001 (patch)
tree826dcf85cb1bf4b8a3fae0448b0be1554e2e0205 /inits.c
parentd086dfc513d319bae72002c8bb7e9da9d6d7cf1e (diff)
* cont.c: support callcc which everyone love.
incomplete. please give me bug reports. * common.mk, inits.c, thread.c: ditto. * yarvcore.c: export thread_mark(). * yarvcore.h: disable value cache option. * eval_intern.h: set th_get_ruby_level_cfp to inline. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@12380 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'inits.c')
-rw-r--r--inits.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/inits.c b/inits.c
index 74115b1d92..e6b7572399 100644
--- a/inits.c
+++ b/inits.c
@@ -87,5 +87,6 @@ rb_call_inits()
Init_VM();
Init_ISeq();
Init_Thread();
+ Init_Cont();
Init_version();
}