mirror of
https://github.com/jrcutler/threadless.io.git
synced 2024-07-07 10:35:49 +00:00
Variable scope cleanup
This commit is contained in:
parent
2e022ef89c
commit
b7197ac8c5
@ -62,9 +62,8 @@ static int run(void)
|
||||
goto fail;
|
||||
}
|
||||
|
||||
void *data;
|
||||
|
||||
while (!(coroutine_ended(fibonacci) || coroutine_ended(output))) {
|
||||
void *data;
|
||||
data = coroutine_resume(fibonacci, NULL);
|
||||
data = coroutine_resume(output, data);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user