From f4038b58e7c9522f4d22aa2f3bea6840f179c856 Mon Sep 17 00:00:00 2001 From: ko1 Date: Wed, 23 May 2007 22:52:19 +0000 Subject: * 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 --- inits.c | 1 + 1 file changed, 1 insertion(+) (limited to 'inits.c') 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(); } -- cgit