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:
962b535
)
Change subexpression marker to not require quoting.
author
Chris Hanson
<org/chris-hanson/cph>
Sat, 2 Jun 2018 05:26:32 +0000
(22:26 -0700)
committer
Chris Hanson
<org/chris-hanson/cph>
Sat, 2 Jun 2018 05:26:32 +0000
(22:26 -0700)
src/runtime/debug.scm
patch
|
blob
|
history
diff --git
a/src/runtime/debug.scm
b/src/runtime/debug.scm
index d85fa1ef9a7ee36ba428757facacf7fb3c499148..ee9830887afcd2d465de7d5d88e10f0aa9ef84a7 100644
(file)
--- a/
src/runtime/debug.scm
+++ b/
src/runtime/debug.scm
@@
-360,8
+360,7
@@
USA.
(newline port)
(write (stack-frame/return-address subproblem) port)))))
-(define subexpression-marker
- ((ucode-primitive string->symbol) "###"))
+(define-integrable subexpression-marker '<!>)
(define (print-subproblem-environment dstate port)
(let ((environment-list (dstate/environment-list dstate)))