mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* 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
This commit is contained in:
parent
5829a95b47
commit
29538dbb0e
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
Thu Sep 27 15:42:34 2007 Koichi Sasada <ko1@atdot.net>
|
||||
|
||||
* ext/fiber/fiber.c: modify prototype declaration.
|
||||
[ruby-core:12247]
|
||||
|
||||
Thu Sep 27 09:42:50 2007 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||
|
||||
* parse.y (strings, xstring, regexp, dsym): empty strings have
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
|
||||
void Init_Fiber_body(void);
|
||||
void Init_Fiber_as_Coroutine(void);
|
||||
|
||||
void
|
||||
Init_fiber(void)
|
||||
|
|
Loading…
Add table
Reference in a new issue