(top-repl): Use "1" instead of "%deliver-signals" to limit the signal
authorMarius Vollmer <mvo@zagadka.de>
Fri, 4 Oct 2002 13:09:30 +0000 (13:09 +0000)
committerMarius Vollmer <mvo@zagadka.de>
Fri, 4 Oct 2002 13:09:30 +0000 (13:09 +0000)
stack.

ice-9/boot-9.scm

index 81b3ee3..6e6f1e1 100644 (file)
                                    ;; Make a backup copy of the stack
                                    (fluid-set! before-signal-stack
                                                (fluid-ref the-last-stack))
-                                   (save-stack %deliver-signals)
+                                   (save-stack 1)
                                    (scm-error 'signal
                                               #f
                                               msg