From 774adf5d8f6ae9a02d68a5aa117a9c87aae7ec06 Mon Sep 17 00:00:00 2001 From: Matt Birkholz Date: Tue, 16 Jun 2015 19:18:21 -0700 Subject: [PATCH] Remove without-interrupts from runtime/parser-buffer.scm. It was only used to postpone aborts that would leave data structures inconsistent. --- src/runtime/parser-buffer.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/runtime/parser-buffer.scm b/src/runtime/parser-buffer.scm index b72504902..0df004050 100644 --- a/src/runtime/parser-buffer.scm +++ b/src/runtime/parser-buffer.scm @@ -380,7 +380,7 @@ USA. (fix:<= end* (fix:quotient n 4))) (make-wide-string (fix:quotient n 2)) string)))) - (without-interrupts + (without-interruption (lambda () (do ((i index (fix:+ i 1)) (j 0 (fix:+ j 1))) -- 2.25.1