This patch removes the "fixnum-arithmetic" declaration from csi.scm,
since "report" (,r) crashes due to flonums in the symbol-table statistics
vector.


felix
From 3dbe57a69265a82117baaaeba1954fbe52e78f14 Mon Sep 17 00:00:00 2001
From: felix <fe...@call-with-current-continuation.org>
Date: Sat, 1 Feb 2020 11:19:26 +0100
Subject: [PATCH] Drop fixnum declaration in csi as flonum arithmetic is used
 in "report"

---
 csi.scm | 1 -
 1 file changed, 1 deletion(-)

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>
-- 
2.21.0

Reply via email to