chicken-hackers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Chicken-hackers] [PATCH 0/1] Move C_process_sleep into runtime.c


From: Evan Hanson
Subject: [Chicken-hackers] [PATCH 0/1] Move C_process_sleep into runtime.c
Date: Tue, 4 Apr 2017 22:35:26 +1200

On 2017-03-01 22:59, Evan Hanson wrote:
> the other option is to make C_process_sleep an extern'd function in
> runtime.c (rather than a macro), which would avoid the need to move
> any include statements around. So, if anyone feels that it would be
> better not to change these includes, I'd also be OK with that
> approach.

After a quick discussion on IRC we decided that this second option is
indeed nicer. Here's a patch that implements it instead.

Cheers,

Evan



reply via email to

[Prev in Thread] Current Thread [Next in Thread]