Some changes for the alpha.
authorGuillermo J. Rozas <edu/mit/csail/zurich/gjr>
Mon, 10 Feb 1992 13:56:07 +0000 (13:56 +0000)
committerGuillermo J. Rozas <edu/mit/csail/zurich/gjr>
Mon, 10 Feb 1992 13:56:07 +0000 (13:56 +0000)
v7/src/microcode/tparam.c
v7/src/microcode/version.h
v8/src/microcode/version.h

index bf1c572f5f8c332755ba8b5af15e9ffe4287ab67..c17770021a86481c42fffd4f796fe106115733e7 100644 (file)
@@ -1,5 +1,5 @@
 /* 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
@@ -111,7 +111,11 @@ what you give them.   Help stamp out software-hoarding!  */
 
 #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
index cbdc9b158ec384ec829c879eb37eca043c023462..2ae2a6aeacd0ba0d8b96698f6b1824c266656d36 100644 (file)
@@ -1,8 +1,8 @@
 /* -*-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
@@ -46,5 +46,5 @@ MIT in each case. */
 #define VERSION                11
 #endif
 #ifndef SUBVERSION
-#define SUBVERSION     108
+#define SUBVERSION     109
 #endif
index 3d7a122402537f9cfe074d5da27c5a5a36794607..ebfc78f65aa40811c2111bce99e0f56000e870e6 100644 (file)
@@ -1,8 +1,8 @@
 /* -*-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
@@ -46,5 +46,5 @@ MIT in each case. */
 #define VERSION                11
 #endif
 #ifndef SUBVERSION
-#define SUBVERSION     108
+#define SUBVERSION     109
 #endif