1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/ext/fiber/fiber.c
ko1 29538dbb0e * ext/fiber/fiber.c: modify prototype declaration.
[ruby-core:12247]



git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@13534 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2007-09-27 06:45:03 +00:00

8 lines
95 B
C

void Init_Fiber_as_Coroutine(void);
void
Init_fiber(void)
{
Init_Fiber_as_Coroutine();
}