From: Guillermo J. Rozas Date: Tue, 14 Jan 1992 19:24:18 +0000 (+0000) Subject: Add #include "ansidecl.h" to the section with the stubs for when there X-Git-Tag: 20090517-FFI~9995 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=0e81ca8d40684b565d901269ab8d9744342744e7;p=mit-scheme.git Add #include "ansidecl.h" to the section with the stubs for when there is no compiler. --- 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 */