~ chicken-core (chicken-5) f39852ce023f3a2a6bbdfbcc6ac659687084c383
commit f39852ce023f3a2a6bbdfbcc6ac659687084c383 Author: felix <felix@call-with-current-continuation.org> AuthorDate: Sat May 29 12:29:38 2021 +0200 Commit: felix <felix@call-with-current-continuation.org> CommitDate: Sat May 29 12:29:38 2021 +0200 trivial change in debug output diff --git a/runtime.c b/runtime.c index 51cfa7be..31a576a0 100644 --- a/runtime.c +++ b/runtime.c @@ -1569,7 +1569,7 @@ C_word CHICKEN_run(void *toplevel) stack_bottom = C_stack_pointer; if(debug_mode) - C_dbg(C_text("debug"), C_text("stack bottom is 0x%lx.\n"), (C_word)stack_bottom); + C_dbg(C_text("debug"), C_text("stack bottom is 0x%lx\n"), (C_word)stack_bottom); /* The point of (usually) no return... */ #ifdef HAVE_SIGSETJMPTrap