From 7e36833ef294d60c9041f1b1da59bc9b00c2b7ea Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Thu, 16 Jun 1988 06:32:27 +0000 Subject: [PATCH] Add initialization for (runtime compiler-info). --- 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 48e0d2e48..44e7f2f67 100644 --- a/v7/src/runtime/make.scm +++ b/v7/src/runtime/make.scm @@ -1,6 +1,6 @@ #| -*-Scheme-*- -$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/runtime/make.scm,v 14.2 1988/06/13 11:47:44 cph Exp $ +$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/runtime/make.scm,v 14.3 1988/06/16 06:32:27 cph Exp $ Copyright (c) 1988 Massachusetts Institute of Technology @@ -319,7 +319,6 @@ MIT in each case. |# (RUNTIME LAMBDA-ABSTRACTION) (RUNTIME SCODE) (RUNTIME SCODE-COMBINATOR) - (RUNTIME SCODE-SCAN) (RUNTIME SCODE-WALKER) (RUNTIME CONTINUATION-PARSER) @@ -354,6 +353,7 @@ MIT in each case. |# (RUNTIME REP) ;; Debugging + (RUNTIME COMPILER-INFO) (RUNTIME ADVICE) (RUNTIME DEBUGGER-COMMAND-LOOP) (RUNTIME DEBUGGER-UTILITIES) diff --git a/v8/src/runtime/make.scm b/v8/src/runtime/make.scm index f1ff9da47..e25fccb4b 100644 --- a/v8/src/runtime/make.scm +++ b/v8/src/runtime/make.scm @@ -1,6 +1,6 @@ #| -*-Scheme-*- -$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v8/src/runtime/make.scm,v 14.2 1988/06/13 11:47:44 cph Exp $ +$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v8/src/runtime/make.scm,v 14.3 1988/06/16 06:32:27 cph Exp $ Copyright (c) 1988 Massachusetts Institute of Technology @@ -319,7 +319,6 @@ MIT in each case. |# (RUNTIME LAMBDA-ABSTRACTION) (RUNTIME SCODE) (RUNTIME SCODE-COMBINATOR) - (RUNTIME SCODE-SCAN) (RUNTIME SCODE-WALKER) (RUNTIME CONTINUATION-PARSER) @@ -354,6 +353,7 @@ MIT in each case. |# (RUNTIME REP) ;; Debugging + (RUNTIME COMPILER-INFO) (RUNTIME ADVICE) (RUNTIME DEBUGGER-COMMAND-LOOP) (RUNTIME DEBUGGER-UTILITIES) -- 2.25.1