~ chicken-core (chicken-5) b2e5460512e1c7395a3369a67386bae123f342ab
commit b2e5460512e1c7395a3369a67386bae123f342ab Author: felix <felix@call-with-current-continuation.org> AuthorDate: Sat Feb 1 11:19:26 2020 +0100 Commit: Peter Bex <peter@more-magic.net> CommitDate: Sun Feb 9 15:36:04 2020 +0100 Drop fixnum declaration in csi as flonum arithmetic is used in "report" Signed-off-by: Kooda <kooda@upyum.com> diff --git a/csi.scm b/csi.scm index ea648836..f8c4b32a 100644 --- a/csi.scm +++ b/csi.scm @@ -28,7 +28,6 @@ (declare (usual-integrations) (disable-interrupts) - (fixnum-arithmetic) (always-bound ##sys#windows-platform) (foreign-declare #<<EOF #include <signal.h>Trap