mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
cont.c: fix typedef
* cont.c (rb_fiber_struct): remove useless typedef. [Feature #10341] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@47970 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
c36e3466a6
commit
8b1955d060
1 changed files with 1 additions and 1 deletions
2
cont.c
2
cont.c
|
@ -130,7 +130,7 @@ static machine_stack_cache_t machine_stack_cache[MAX_MACHINE_STACK_CACHE];
|
|||
static machine_stack_cache_t terminated_machine_stack;
|
||||
#endif
|
||||
|
||||
typedef struct rb_fiber_struct {
|
||||
struct rb_fiber_struct {
|
||||
rb_context_t cont;
|
||||
struct rb_fiber_struct *prev;
|
||||
enum fiber_status status;
|
||||
|
|
Loading…
Reference in a new issue