From: Guillermo J. Rozas Date: Mon, 20 Jan 1992 15:44:35 +0000 (+0000) Subject: Add ANSI-style declarations for tparam, tgoto, and tparam1. X-Git-Tag: 20090517-FFI~9968 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=4844b1d3a7c724fab2a9141b9a4e7ac17d4dcdcd;p=mit-scheme.git Add ANSI-style declarations for tparam, tgoto, and tparam1. --- diff --git a/v7/src/microcode/tparam.c b/v7/src/microcode/tparam.c index 0ed96e363..bf1c572f5 100644 --- a/v7/src/microcode/tparam.c +++ b/v7/src/microcode/tparam.c @@ -109,6 +109,11 @@ what you give them. Help stamp out software-hoarding! */ #include "config.h" #endif +#include "ansidecl.h" + +extern char * EXFUN (tparam, (char *, char*, int, int, ...)); +extern char * EXFUN (tgoto, (char *, int, int)); + /* Assuming STRING is the value of a termcap string entry containing `%' constructs to expand parameters, merge in parameter values and store result in block OUTSTRING points to. @@ -121,7 +126,7 @@ what you give them. Help stamp out software-hoarding! */ The fourth and following args to tparam serve as the parameter values. */ -static char *tparam1 (); +char * EXFUN (tparam1, (char *, char *, int, char *, char *, int *)); /* VARARGS 2 */ char *