~ chicken-core (chicken-5) 8350e028cd7eb82e77d8a5eef7d634546d7a3e16
commit 8350e028cd7eb82e77d8a5eef7d634546d7a3e16 Author: Felix <bunny351@gmail.com> AuthorDate: Mon Nov 9 22:44:40 2009 +0100 Commit: Felix <bunny351@gmail.com> CommitDate: Mon Nov 9 22:44:40 2009 +0100 added comment (whoa) diff --git a/runtime.c b/runtime.c index a67db235..1596694c 100644 --- a/runtime.c +++ b/runtime.c @@ -4260,6 +4260,7 @@ C_regparm void C_fcall C_raise_interrupt(int reason) } +/* XXX can be done via macro */ C_regparm C_word C_fcall C_set_initial_timer_interrupt_period(C_word n) { C_initial_timer_interrupt_period = C_unfix(n);Trap