From 69c692dd2ed9a1509ec470c0ccd8d933b458dbfc Mon Sep 17 00:00:00 2001 From: "Guillermo J. Rozas" Date: Thu, 23 Jul 1992 03:47:33 +0000 Subject: [PATCH] Remove unneeded alpha conditionalization. --- v7/src/microcode/tparam.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/v7/src/microcode/tparam.c b/v7/src/microcode/tparam.c index c17770021..4eb759c8d 100644 --- a/v7/src/microcode/tparam.c +++ b/v7/src/microcode/tparam.c @@ -111,11 +111,7 @@ what you give them. Help stamp out software-hoarding! */ #include "ansidecl.h" -#ifndef alpha - extern char * EXFUN (tparam, (char *, char*, int, int, ...)); -#else - extern char * tparam (); -#endif +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 -- 2.25.1