From: Guillermo J. Rozas Date: Thu, 24 Jun 1993 08:22:21 +0000 (+0000) Subject: Add ansidecl.h to define DOTS and friends. X-Git-Tag: 20090517-FFI~8289 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=be0bf948e77f2cd646e7a62e7969b2908e307a9b;p=mit-scheme.git Add ansidecl.h to define DOTS and friends. --- diff --git a/v7/src/microcode/outf.h b/v7/src/microcode/outf.h index a6bedc0f7..335df94b6 100644 --- a/v7/src/microcode/outf.h +++ b/v7/src/microcode/outf.h @@ -1,6 +1,6 @@ /* -*-C-*- -$Id: outf.h,v 1.1 1993/06/24 06:55:44 gjr Exp $ +$Id: outf.h,v 1.2 1993/06/24 08:22:21 gjr Exp $ Copyright (c) 1993 Massachusetts Institute of Technology @@ -37,6 +37,7 @@ MIT in each case. */ #include #include +#include "ansidecl.h" typedef struct __outf_channel_type_placeholder *outf_channel;