From: Guillermo J. Rozas Date: Mon, 10 Feb 1992 13:56:07 +0000 (+0000) Subject: Some changes for the alpha. X-Git-Tag: 20090517-FFI~9818 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=e162ed339f5454de059f860d895fbffcfc925098;p=mit-scheme.git Some changes for the alpha. --- diff --git a/v7/src/microcode/tparam.c b/v7/src/microcode/tparam.c index bf1c572f5..c17770021 100644 --- a/v7/src/microcode/tparam.c +++ b/v7/src/microcode/tparam.c @@ -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 diff --git a/v7/src/microcode/version.h b/v7/src/microcode/version.h index cbdc9b158..2ae2a6aea 100644 --- a/v7/src/microcode/version.h +++ b/v7/src/microcode/version.h @@ -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 diff --git a/v8/src/microcode/version.h b/v8/src/microcode/version.h index 3d7a12240..ebfc78f65 100644 --- a/v8/src/microcode/version.h +++ b/v8/src/microcode/version.h @@ -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