From 65a9ca327034e8b5d057a09580d8fe1af532d90f Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Tue, 19 Dec 1989 15:37:09 +0000 Subject: [PATCH] Change format used by the "Y" command. --- v7/src/runtime/debug.scm | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/v7/src/runtime/debug.scm b/v7/src/runtime/debug.scm index 9fd814db5..65ce1ab70 100644 --- a/v7/src/runtime/debug.scm +++ b/v7/src/runtime/debug.scm @@ -1,6 +1,6 @@ #| -*-Scheme-*- -$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/runtime/debug.scm,v 14.16 1989/10/26 06:45:59 cph Exp $ +$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/runtime/debug.scm,v 14.17 1989/12/19 15:37:09 cph Exp $ Copyright (c) 1988, 1989 Massachusetts Institute of Technology @@ -567,10 +567,8 @@ MIT in each case. |# (define (command/frame dstate) (presentation (lambda () - (write-string "Stack frame ") + (write-string "Stack frame: ") (write (dstate/subproblem dstate)) - (write-string " :") - (newline) (for-each (lambda (element) (newline) (pretty-print element)) -- 2.25.1