summaryrefslogtreecommitdiffstats
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
commitf4038b58e7c9522f4d22aa2f3bea6840f179c856 (patch)
tree826dcf85cb1bf4b8a3fae0448b0be1554e2e0205 /inits.c
parentaa71ea71cc6ede9bdb33f8abd8cab49762df8fc6 (diff)
downloadruby-f4038b58e7c9522f4d22aa2f3bea6840f179c856.tar.gz
ruby-f4038b58e7c9522f4d22aa2f3bea6840f179c856.tar.xz
ruby-f4038b58e7c9522f4d22aa2f3bea6840f179c856.zip
* 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: http://svn.ruby-lang.org/repos/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 74115b1d9..e6b757239 100644
--- a/inits.c
+++ b/inits.c
@@ -87,5 +87,6 @@ rb_call_inits()
Init_VM();
Init_ISeq();
Init_Thread();
+ Init_Cont();
Init_version();
}