Shorten names of some files to allow Emacs version numbers to be used
authorChris Hanson <org/chris-hanson/cph>
Mon, 23 Nov 1987 04:55:56 +0000 (04:55 +0000)
committerChris Hanson <org/chris-hanson/cph>
Mon, 23 Nov 1987 04:55:56 +0000 (04:55 +0000)
on ATT file systems.

v7/src/microcode/psbmap.h
v7/src/microcode/scheme.h
v8/src/microcode/psbmap.h

index 68bf36949eb7c2fb28ef0484ff0742ecefdc92e2..1f2889b1c9abf7e38f54885a8b560fdfa688b93b 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/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();
index cb96e904c57b96ad62e1fc82e0e9c6db187f8625..a1f076425c76f9963b43a7ea9880c71600180361 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/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"
index 0a375b34c24a0fbe53e271d03c5493273173da33..310f17e93ab9270ed9bd2b7bfd39923d37984791 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/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();