From: Guillermo J. Rozas Date: Thu, 20 Feb 1992 21:22:57 +0000 (+0000) Subject: Fix herald string. X-Git-Tag: 20090517-FFI~7197^2~3 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=c840850b0153f39832a4f49b6aa5616c73aeaed9;p=mit-scheme.git Fix herald string. --- diff --git a/v7/src/compiler/machines/i386/make.scm b/v7/src/compiler/machines/i386/make.scm index c186c9c94..9690a31d6 100644 --- a/v7/src/compiler/machines/i386/make.scm +++ b/v7/src/compiler/machines/i386/make.scm @@ -1,6 +1,6 @@ #| -*-Scheme-*- -$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/compiler/machines/i386/make.scm,v 1.1.1.1 1992/02/20 05:30:14 jinx Exp $ +$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/compiler/machines/i386/make.scm,v 1.1.1.2 1992/02/20 21:22:57 jinx Exp $ Copyright (c) 1992 Massachusetts Institute of Technology @@ -41,4 +41,4 @@ MIT in each case. |# ((package/reference (find-package name) 'INITIALIZE-PACKAGE!))) '((COMPILER MACROS) (COMPILER DECLARATIONS))) -(add-system! (make-system "Intel i386" 4 87 '())) \ No newline at end of file +(add-system! (make-system "Liar (Intel i386)" 4 87 '())) \ No newline at end of file