From a9fc5cd66a24d7e1e7e5eb4fcba5730616a1a3b6 Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Thu, 21 Jul 1988 18:45:55 +0000 Subject: [PATCH] Put default pathnames in file "paths.h". --- v7/src/microcode/boot.c | 5 +++-- v7/src/microcode/config.h | 9 +-------- v7/src/microcode/version.h | 4 ++-- v8/src/microcode/version.h | 4 ++-- 4 files changed, 8 insertions(+), 14 deletions(-) diff --git a/v7/src/microcode/boot.c b/v7/src/microcode/boot.c index 145e77452..28c2b15d6 100644 --- a/v7/src/microcode/boot.c +++ b/v7/src/microcode/boot.c @@ -1,8 +1,8 @@ /* -*-C-*- -$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/boot.c,v 9.48 1988/05/04 20:44:33 jinx Exp $ +$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/boot.c,v 9.49 1988/07/21 18:41:36 cph Exp $ -Copyright (c) 1987 Massachusetts Institute of Technology +Copyright (c) 1988 Massachusetts Institute of Technology This material was developed by the Scheme project at the Massachusetts Institute of Technology, Department of Electrical Engineering and @@ -84,6 +84,7 @@ for details. They are created by defining a macro Command_Line_Args. #include "version.h" #include "char.h" #include "string.h" +#include "paths.h" #ifndef islower #include #endif diff --git a/v7/src/microcode/config.h b/v7/src/microcode/config.h index 9e17856dd..adf0996d4 100644 --- a/v7/src/microcode/config.h +++ b/v7/src/microcode/config.h @@ -30,7 +30,7 @@ Technology nor of any adaptation thereof in any advertising, promotional, or sales literature without prior written consent from MIT in each case. */ -/* $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/Attic/config.h,v 9.36 1988/07/07 18:11:35 cph Exp $ +/* $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/Attic/config.h,v 9.37 1988/07/21 18:45:55 cph Exp $ * * This file contains the configuration information and the information * given on the command line on Unix. @@ -39,13 +39,6 @@ MIT in each case. */ /* Default pathnames. */ -#ifndef DEFAULT_BAND_NAME -#define DEFAULT_BAND_NAME "scm:scheme.bin" -#endif -#ifndef SCHEME_SOURCES_PATH -#define SCHEME_SOURCES_PATH "scm:" -#endif - #ifndef butterfly #ifndef unix /* On unix, these are part of the make file. */ diff --git a/v7/src/microcode/version.h b/v7/src/microcode/version.h index 6e5d2f31b..d81b77e7c 100644 --- a/v7/src/microcode/version.h +++ b/v7/src/microcode/version.h @@ -1,6 +1,6 @@ /* -*-C-*- -$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/Attic/version.h,v 10.46 1988/07/16 07:20:07 cph Exp $ +$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/Attic/version.h,v 10.47 1988/07/21 18:43:07 cph Exp $ Copyright (c) 1988 Massachusetts Institute of Technology @@ -46,7 +46,7 @@ MIT in each case. */ #define VERSION 10 #endif #ifndef SUBVERSION -#define SUBVERSION 46 +#define SUBVERSION 47 #endif #ifndef UCODE_TABLES_FILENAME diff --git a/v8/src/microcode/version.h b/v8/src/microcode/version.h index 4c98becbe..dc6858ab6 100644 --- a/v8/src/microcode/version.h +++ b/v8/src/microcode/version.h @@ -1,6 +1,6 @@ /* -*-C-*- -$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v8/src/microcode/version.h,v 10.46 1988/07/16 07:20:07 cph Exp $ +$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v8/src/microcode/version.h,v 10.47 1988/07/21 18:43:07 cph Exp $ Copyright (c) 1988 Massachusetts Institute of Technology @@ -46,7 +46,7 @@ MIT in each case. */ #define VERSION 10 #endif #ifndef SUBVERSION -#define SUBVERSION 46 +#define SUBVERSION 47 #endif #ifndef UCODE_TABLES_FILENAME -- 2.25.1