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:
02f69e7
)
Fix bug: forgot to initialize record conditions.
author
Chris Hanson
<org/chris-hanson/cph>
Wed, 17 Jan 2018 05:17:15 +0000
(21:17 -0800)
committer
Chris Hanson
<org/chris-hanson/cph>
Wed, 17 Jan 2018 05:17:15 +0000
(21:17 -0800)
src/runtime/make.scm
patch
|
blob
|
history
diff --git
a/src/runtime/make.scm
b/src/runtime/make.scm
index 7d376506f1c65bcfd26d006ece5978b4b121d368..50ddd4cb907be5676ba3eb7c56f94675dbf9ca93 100644
(file)
--- a/
src/runtime/make.scm
+++ b/
src/runtime/make.scm
@@
-495,6
+495,7
@@
USA.
;; Condition System
(RUNTIME ERROR-HANDLER)
(RUNTIME MICROCODE-ERRORS)
+ ((runtime record) initialize-conditions!)
((RUNTIME STREAM) INITIALIZE-CONDITIONS!)
((RUNTIME REGULAR-SEXPRESSION) INITIALIZE-CONDITIONS!)
;; System dependent stuff