ruby-changes:2043
From: ko1@a...
Date: 27 Sep 2007 15:46:08 +0900
Subject: [ruby-changes:2043] ko1 - Ruby:r13534 (trunk): * ext/fiber/fiber.c: modify prototype declaration.
ko1 2007-09-27 15:45:03 +0900 (Thu, 27 Sep 2007) New Revision: 13534 Modified files: trunk/ChangeLog trunk/ext/fiber/fiber.c Log: * ext/fiber/fiber.c: modify prototype declaration. [ruby-core:12247] http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/ChangeLog?r1=13534&r2=13533 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/ext/fiber/fiber.c?r1=13534&r2=13533 Index: ChangeLog =================================================================== --- ChangeLog (revision 13533) +++ ChangeLog (revision 13534) @@ -1,3 +1,8 @@ +Thu Sep 27 15:42:34 2007 Koichi Sasada <ko1@a...> + + * ext/fiber/fiber.c: modify prototype declaration. + [ruby-core:12247] + Thu Sep 27 09:42:50 2007 Nobuyoshi Nakada <nobu@r...> * parse.y (strings, xstring, regexp, dsym): empty strings have Index: ext/fiber/fiber.c =================================================================== --- ext/fiber/fiber.c (revision 13533) +++ ext/fiber/fiber.c (revision 13534) @@ -1,5 +1,5 @@ -void Init_Fiber_body(void); +void Init_Fiber_as_Coroutine(void); void Init_fiber(void) -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml