projects
/
mit-scheme.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6aeb067
)
Add ansidecl.h to define DOTS and friends.
author
Guillermo J. Rozas
<edu/mit/csail/zurich/gjr>
Thu, 24 Jun 1993 08:22:21 +0000
(08:22 +0000)
committer
Guillermo J. Rozas
<edu/mit/csail/zurich/gjr>
Thu, 24 Jun 1993 08:22:21 +0000
(08:22 +0000)
v7/src/microcode/outf.h
patch
|
blob
|
history
diff --git
a/v7/src/microcode/outf.h
b/v7/src/microcode/outf.h
index a6bedc0f7521e4b7fe5ab91aba6e99808a821b8b..335df94b6868e519cbc6eaf69a9ed19536cdb40b 100644
(file)
--- 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 <stdarg.h>
#include <stdio.h>
+#include "ansidecl.h"
typedef struct __outf_channel_type_placeholder *outf_channel;