From: Chris Hanson Date: Wed, 25 Oct 2006 17:49:55 +0000 (+0000) Subject: Change "Syntax file" to "Generating SCode for file". X-Git-Tag: 20090517-FFI~867 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=a90199890a4c45a8d69e218a2cc5176755031f06;p=mit-scheme.git Change "Syntax file" to "Generating SCode for file". --- diff --git a/v7/src/sf/toplev.scm b/v7/src/sf/toplev.scm index 978301172..028d883dc 100644 --- a/v7/src/sf/toplev.scm +++ b/v7/src/sf/toplev.scm @@ -1,6 +1,6 @@ #| -*-Scheme-*- -$Id: toplev.scm,v 4.28 2006/10/25 05:41:02 cph Exp $ +$Id: toplev.scm,v 4.29 2006/10/25 17:49:55 cph Exp $ Copyright 1987,1988,1989,1990,1991,1992 Massachusetts Institute of Technology Copyright 1993,1995,1997,2000,2001,2002 Massachusetts Institute of Technology @@ -151,9 +151,9 @@ USA. (if sf:noisy? (let ((message (lambda (port) - (write-string "Syntax file: " port) + (write-string "Generating SCode for file: " port) (write (enough-namestring input-pathname) port) - (write-string " " port) + (write-string " => " port) (write (enough-namestring bin-pathname) port)))) (if (eq? sf:noisy? 'old-style) (timed message do-it)