projects
/
mit-scheme.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f2fc0c5
)
Remove without-interrupts from runtime/parser-buffer.scm.
author
Matt Birkholz
<puck@birchwood-abbey.net>
Wed, 17 Jun 2015 02:18:21 +0000
(19:18 -0700)
committer
Matt Birkholz
<puck@birchwood-abbey.net>
Mon, 17 Aug 2015 23:52:58 +0000
(16:52 -0700)
It was only used to postpone aborts that would leave data structures
inconsistent.
src/runtime/parser-buffer.scm
patch
|
blob
|
history
diff --git
a/src/runtime/parser-buffer.scm
b/src/runtime/parser-buffer.scm
index b72504902fc27fd7175b12eccb1633f03cd0f275..0df0040502ef898160e11c35dff5703e829fa0bb 100644
(file)
--- 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-interrupt
s
+ (without-interrupt
ion
(lambda ()
(do ((i index (fix:+ i 1))
(j 0 (fix:+ j 1)))