From e25682431eb8f55db78a00440b84b63e091d74a7 Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Tue, 27 Nov 1990 19:15:21 +0000 Subject: [PATCH] Eliminate illegal `#include SITE_INCLUDE_FILE'. --- v7/src/microcode/scheme.h | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/v7/src/microcode/scheme.h b/v7/src/microcode/scheme.h index d7616a0ad..1ea708433 100644 --- a/v7/src/microcode/scheme.h +++ b/v7/src/microcode/scheme.h @@ -1,6 +1,6 @@ /* -*-C-*- -$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/scheme.h,v 9.33 1990/09/08 00:10:39 cph Exp $ +$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/scheme.h,v 9.34 1990/11/27 19:15:21 cph Rel $ Copyright (c) 1987, 1988, 1989, 1990 Massachusetts Institute of Technology @@ -69,11 +69,6 @@ MIT in each case. */ #include "dstack.h" /* Dynamic stack support package */ #include "obstack.h" /* Obstack package */ #include "config.h" /* Machine and OS configuration info */ - -#ifdef SITE_INCLUDE_FILE -#include SITE_INCLUDE_FILE -#endif - #include "types.h" /* Type code numbers */ #include "const.h" /* Various named constants */ #include "object.h" /* Scheme object representation */ -- 2.25.1