Change subproblem marker to "###".
authorChris Hanson <org/chris-hanson/cph>
Thu, 13 Sep 1990 23:33:49 +0000 (23:33 +0000)
committerChris Hanson <org/chris-hanson/cph>
Thu, 13 Sep 1990 23:33:49 +0000 (23:33 +0000)
v7/src/runtime/debug.scm

index 42a0f054a32fb4dd583f238a0297ff01a25dadb2..bcb533d02ac2ad6cafdfb6caf753e7e723404a8d 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/runtime/debug.scm,v 14.21 1990/09/13 23:30:16 cph Exp $
+$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/runtime/debug.scm,v 14.22 1990/09/13 23:33:49 cph Exp $
 
 Copyright (c) 1988, 1989, 1990 Massachusetts Institute of Technology
 
@@ -258,7 +258,7 @@ MIT in each case. |#
          (write-string
           "There is no execution history for this subproblem.")))))
 
-(define subexpression-marker (string->symbol "#SUBPROBLEM#"))
+(define subexpression-marker (string->symbol "###"))
 \f
 (define (command/print-reductions dstate)
   (let ((reductions (dstate/reductions dstate))