Put default pathnames in file "paths.h".
authorChris Hanson <org/chris-hanson/cph>
Thu, 21 Jul 1988 18:45:55 +0000 (18:45 +0000)
committerChris Hanson <org/chris-hanson/cph>
Thu, 21 Jul 1988 18:45:55 +0000 (18:45 +0000)
v7/src/microcode/boot.c
v7/src/microcode/config.h
v7/src/microcode/version.h
v8/src/microcode/version.h

index 145e77452bbaf23eaed429461cd3b198a4680fa1..28c2b15d626520f131b9feeaff5cb68a6d6be6a9 100644 (file)
@@ -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 <ctype.h>
 #endif
index 9e17856dde982d6a222a45e9007ae87c7908e8ee..adf0996d4f4e981dd8c1a445d2263c39ff4ccb16 100644 (file)
@@ -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. */
 \f
 /* 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. */
index 6e5d2f31b614ba76c58a5182fac650aed7de546a..d81b77e7ceefe3b8060d38cbc0d0ce3b809d8287 100644 (file)
@@ -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
index 4c98becbe57694764c26ed3313292de57dc1b08c..dc6858ab6445c7aa62d24f0d0edb1dc428e5416e 100644 (file)
@@ -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