From 19301e8a540dbe3b686d45563cecc28319906a8b Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Mon, 23 Nov 1987 04:55:56 +0000 Subject: [PATCH] Shorten names of some files to allow Emacs version numbers to be used on ATT file systems. --- v7/src/microcode/psbmap.h | 4 ++-- v7/src/microcode/scheme.h | 6 +++--- v8/src/microcode/psbmap.h | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/v7/src/microcode/psbmap.h b/v7/src/microcode/psbmap.h index 68bf36949..1f2889b1c 100644 --- a/v7/src/microcode/psbmap.h +++ b/v7/src/microcode/psbmap.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/psbmap.h,v 9.24 1987/11/20 08:13:32 jinx Exp $ +/* $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/Attic/psbmap.h,v 9.25 1987/11/23 04:55:56 cph Rel $ * * This file contains macros and declarations for Bintopsb.c * and Psbtobin.c @@ -52,7 +52,7 @@ MIT in each case. */ #include "sdata.h" #include "const.h" #include "gccode.h" -#include "character.h" +#include "char.h" #ifdef HAS_FREXP extern double frexp(), ldexp(); diff --git a/v7/src/microcode/scheme.h b/v7/src/microcode/scheme.h index cb96e904c..a1f076425 100644 --- a/v7/src/microcode/scheme.h +++ b/v7/src/microcode/scheme.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/scheme.h,v 9.27 1987/11/17 08:16:21 jinx Exp $ +/* $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/scheme.h,v 9.28 1987/11/23 04:52:01 cph Rel $ * * General declarations for the SCode interpreter. This * file is INCLUDED by others and contains declarations only. @@ -78,7 +78,7 @@ MIT in each case. */ #include "types.h" /* Type code numbers */ #include "const.h" /* Various named constants */ #include "object.h" /* Scheme object representation */ -#include "interrupt.h" /* Interrupt processing macros */ +#include "intrpt.h" /* Interrupt processing macros */ #include "gc.h" /* Memory management related macros */ #include "scode.h" /* Scheme scode representation */ #include "sdata.h" /* Scheme user data representation */ @@ -87,7 +87,7 @@ MIT in each case. */ #include "returns.h" /* Return code numbers */ #include "fixobj.h" /* Format of fixed objects vector */ #include "stack.h" /* Macros for stack (stacklet) manipulation */ -#include "interpret.h" /* Macros for interpreter */ +#include "interp.h" /* Macros for interpreter */ #ifdef butterfly #include "butterfly.h" diff --git a/v8/src/microcode/psbmap.h b/v8/src/microcode/psbmap.h index 0a375b34c..310f17e93 100644 --- a/v8/src/microcode/psbmap.h +++ b/v8/src/microcode/psbmap.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/v8/src/microcode/psbmap.h,v 9.24 1987/11/20 08:13:32 jinx Exp $ +/* $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v8/src/microcode/psbmap.h,v 9.25 1987/11/23 04:55:56 cph Rel $ * * This file contains macros and declarations for Bintopsb.c * and Psbtobin.c @@ -52,7 +52,7 @@ MIT in each case. */ #include "sdata.h" #include "const.h" #include "gccode.h" -#include "character.h" +#include "char.h" #ifdef HAS_FREXP extern double frexp(), ldexp(); -- 2.25.1