mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
Win32: Use prototype
This commit is contained in:
parent
ea2ea74a26
commit
603392b8d4
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ struct coroutine_context
|
|||
|
||||
typedef void(* coroutine_start)(struct coroutine_context *from, struct coroutine_context *self);
|
||||
|
||||
void coroutine_trampoline();
|
||||
void coroutine_trampoline(void);
|
||||
|
||||
static inline void coroutine_initialize_main(struct coroutine_context * context) {
|
||||
context->stack_pointer = NULL;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue