Change subexpression marker to not require quoting.
authorChris Hanson <org/chris-hanson/cph>
Sat, 2 Jun 2018 05:26:32 +0000 (22:26 -0700)
committerChris Hanson <org/chris-hanson/cph>
Sat, 2 Jun 2018 05:26:32 +0000 (22:26 -0700)
src/runtime/debug.scm

index d85fa1ef9a7ee36ba428757facacf7fb3c499148..ee9830887afcd2d465de7d5d88e10f0aa9ef84a7 100644 (file)
@@ -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)))