From: Chris Hanson Date: Tue, 19 Dec 1989 15:37:09 +0000 (+0000) Subject: Change format used by the "Y" command. X-Git-Tag: 20090517-FFI~11612 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=65a9ca327034e8b5d057a09580d8fe1af532d90f;p=mit-scheme.git Change format used by the "Y" command. --- 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))