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

index bcb533d02ac2ad6cafdfb6caf753e7e723404a8d..6e99ce2a6d7f327c52d1092c047b80d9088fb8d0 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$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 $
+$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/runtime/debug.scm,v 14.23 1990/09/13 23:43:13 cph Rel $
 
 Copyright (c) 1988, 1989, 1990 Massachusetts Institute of Technology
 
@@ -325,7 +325,7 @@ MIT in each case. |#
        (cond ((debugging-info/compiled-code? expression)
              (write-string ";compiled code"))
             ((not (debugging-info/undefined-expression? expression))
-             (debugger-pp expression 0))
+             (pretty-print expression (current-output-port) true 0))
             ((debugging-info/noise? expression)
              (write-string ";")
              (write-string ((debugging-info/noise expression) false)))