/* Merge parameters into a termcap entry string.
- Copyright (C) 1985, 1987 Free Software Foundation, Inc.
+ Copyright (C) 1985-1992 Free Software Foundation, Inc.
NO WARRANTY
#include "ansidecl.h"
-extern char * EXFUN (tparam, (char *, char*, int, int, ...));
+#ifndef alpha
+ extern char * EXFUN (tparam, (char *, char*, int, int, ...));
+#else
+ extern char * tparam ();
+#endif
extern char * EXFUN (tgoto, (char *, int, int));
/* Assuming STRING is the value of a termcap string entry
/* -*-C-*-
-$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/Attic/version.h,v 11.108 1992/02/08 14:54:19 cph Exp $
+$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/Attic/version.h,v 11.109 1992/02/10 13:54:17 jinx Exp $
-Copyright (c) 1988-92 Massachusetts Institute of Technology
+Copyright (c) 1988-1992 Massachusetts Institute of Technology
This material was developed by the Scheme project at the Massachusetts
Institute of Technology, Department of Electrical Engineering and
#define VERSION 11
#endif
#ifndef SUBVERSION
-#define SUBVERSION 108
+#define SUBVERSION 109
#endif
/* -*-C-*-
-$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v8/src/microcode/version.h,v 11.108 1992/02/08 14:54:19 cph Exp $
+$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v8/src/microcode/version.h,v 11.109 1992/02/10 13:54:17 jinx Exp $
-Copyright (c) 1988-92 Massachusetts Institute of Technology
+Copyright (c) 1988-1992 Massachusetts Institute of Technology
This material was developed by the Scheme project at the Massachusetts
Institute of Technology, Department of Electrical Engineering and
#define VERSION 11
#endif
#ifndef SUBVERSION
-#define SUBVERSION 108
+#define SUBVERSION 109
#endif