From: Jason Wilson Date: Wed, 9 Jun 1993 05:47:01 +0000 (+0000) Subject: Change "LiarC_" to "runtime_" X-Git-Tag: 20090517-FFI~8354 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=a2df71c4f1123bdcc216536c74ea6cfb1b3be21f;p=mit-scheme.git Change "LiarC_" to "runtime_" --- diff --git a/v7/src/runtime/make.scm b/v7/src/runtime/make.scm index f35542b73..bdc9d6b8c 100644 --- a/v7/src/runtime/make.scm +++ b/v7/src/runtime/make.scm @@ -1,6 +1,6 @@ #| -*-Scheme-*- -$Id: make.scm,v 14.45 1993/03/07 20:56:21 cph Exp $ +$Id: make.scm,v 14.46 1993/06/09 05:47:01 jawilson Exp $ Copyright (c) 1988-1993 Massachusetts Institute of Technology @@ -243,7 +243,7 @@ MIT in each case. |# bin-file))))) (define (file->object filename purify? optional?) - (let* ((block-name (string-append "LiarC_" filename)) + (let* ((block-name (string-append "runtime_" filename)) (value (initialize-c-compiled-block block-name))) (cond (value (tty-write-char newline-char) diff --git a/v8/src/runtime/make.scm b/v8/src/runtime/make.scm index f35542b73..bdc9d6b8c 100644 --- a/v8/src/runtime/make.scm +++ b/v8/src/runtime/make.scm @@ -1,6 +1,6 @@ #| -*-Scheme-*- -$Id: make.scm,v 14.45 1993/03/07 20:56:21 cph Exp $ +$Id: make.scm,v 14.46 1993/06/09 05:47:01 jawilson Exp $ Copyright (c) 1988-1993 Massachusetts Institute of Technology @@ -243,7 +243,7 @@ MIT in each case. |# bin-file))))) (define (file->object filename purify? optional?) - (let* ((block-name (string-append "LiarC_" filename)) + (let* ((block-name (string-append "runtime_" filename)) (value (initialize-c-compiled-block block-name))) (cond (value (tty-write-char newline-char)