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:
		| @@ -62,9 +62,8 @@ static int run(void) | |||||||
|         goto fail; |         goto fail; | ||||||
|     } |     } | ||||||
|  |  | ||||||
|     void *data; |  | ||||||
|  |  | ||||||
|     while (!(coroutine_ended(fibonacci) || coroutine_ended(output))) { |     while (!(coroutine_ended(fibonacci) || coroutine_ended(output))) { | ||||||
|  |         void *data; | ||||||
|         data = coroutine_resume(fibonacci, NULL); |         data = coroutine_resume(fibonacci, NULL); | ||||||
|         data = coroutine_resume(output, data); |         data = coroutine_resume(output, data); | ||||||
|     } |     } | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user