Add #include "ansidecl.h" to the section with the stubs for when there
authorGuillermo J. Rozas <edu/mit/csail/zurich/gjr>
Tue, 14 Jan 1992 19:24:18 +0000 (19:24 +0000)
committerGuillermo J. Rozas <edu/mit/csail/zurich/gjr>
Tue, 14 Jan 1992 19:24:18 +0000 (19:24 +0000)
is no compiler.

v7/src/microcode/cmpint.c
v8/src/microcode/cmpint.c

index 94ba01e0e34cd8ec55807c06abedf4669c1e3790..e2d9e103f387eb78adbd2edbf5d38d25e1f4bc71 100644 (file)
@@ -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 */
index 5b44ea76ac6ef248d6e7870c462aa60cab78d647..177cef4b3c417f9c9d8b166790ae25fdb7e90693 100644 (file)
@@ -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 */