From a2df71c4f1123bdcc216536c74ea6cfb1b3be21f Mon Sep 17 00:00:00 2001 From: Jason Wilson Date: Wed, 9 Jun 1993 05:47:01 +0000 Subject: [PATCH] Change "LiarC_" to "runtime_" --- v7/src/runtime/make.scm | 4 ++-- v8/src/runtime/make.scm | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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) -- 2.25.1