From 0e81ca8d40684b565d901269ab8d9744342744e7 Mon Sep 17 00:00:00 2001
From: "Guillermo J. Rozas" <edu/mit/csail/zurich/gjr>
Date: Tue, 14 Jan 1992 19:24:18 +0000
Subject: [PATCH] Add #include "ansidecl.h" to the section with the stubs for
 when there is no compiler.

---
 v7/src/microcode/cmpint.c | 5 +++--
 v8/src/microcode/cmpint.c | 5 +++--
 2 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/v7/src/microcode/cmpint.c b/v7/src/microcode/cmpint.c
index 94ba01e0e..e2d9e103f 100644
--- a/v7/src/microcode/cmpint.c
+++ b/v7/src/microcode/cmpint.c
@@ -1,8 +1,8 @@
 /* -*-C-*-
 
-$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/cmpint.c,v 1.38 1991/08/13 06:45:36 jinx Exp $
+$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/cmpint.c,v 1.39 1992/01/14 19:24:18 jinx Exp $
 
-Copyright (c) 1989-1991 Massachusetts Institute of Technology
+Copyright (c) 1989-1992 Massachusetts Institute of Technology
 
 This material was developed by the Scheme project at the Massachusetts
 Institute of Technology, Department of Electrical Engineering and
@@ -2830,6 +2830,7 @@ DEFUN (compiler_initialize,
    All entries error out or kill the microcode.
  */
 
+#include "ansidecl.h"	/* Macros to support ANSI declarations */
 #include "config.h"	/* Machine configurations */
 #include "object.h"	/* Making pointers */
 #include "sdata.h"	/* Needed by const.h */
diff --git a/v8/src/microcode/cmpint.c b/v8/src/microcode/cmpint.c
index 5b44ea76a..177cef4b3 100644
--- a/v8/src/microcode/cmpint.c
+++ b/v8/src/microcode/cmpint.c
@@ -1,8 +1,8 @@
 /* -*-C-*-
 
-$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v8/src/microcode/cmpint.c,v 1.38 1991/08/13 06:45:36 jinx Exp $
+$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v8/src/microcode/cmpint.c,v 1.39 1992/01/14 19:24:18 jinx Exp $
 
-Copyright (c) 1989-1991 Massachusetts Institute of Technology
+Copyright (c) 1989-1992 Massachusetts Institute of Technology
 
 This material was developed by the Scheme project at the Massachusetts
 Institute of Technology, Department of Electrical Engineering and
@@ -2830,6 +2830,7 @@ DEFUN (compiler_initialize,
    All entries error out or kill the microcode.
  */
 
+#include "ansidecl.h"	/* Macros to support ANSI declarations */
 #include "config.h"	/* Machine configurations */
 #include "object.h"	/* Making pointers */
 #include "sdata.h"	/* Needed by const.h */
-- 
2.25.1