From 2e09efdb6877a2c189385be45d4cdceb617b6c5d Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Sun, 3 Jan 2021 11:58:34 -0800 Subject: Revert previous patch which was installed into wrong branch. --- src/terminfo.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/terminfo.c') diff --git a/src/terminfo.c b/src/terminfo.c index a9c9572bbb2..15aff317f15 100644 --- a/src/terminfo.c +++ b/src/terminfo.c @@ -23,10 +23,10 @@ along with GNU Emacs. If not, see . */ /* Define these variables that serve as global parameters to termcap, so that we do not need to conditionalize the places in Emacs - that set them. But don't do that if terminfo defines them, as that - could cause link errors when using -fno-common. */ + that set them. But don't do that for terminfo, as that could + cause link errors when using -fno-common. */ -#ifndef TERMINFO_DEFINES_BC +#if !TERMINFO char *UP, *BC, PC; #endif -- cgit v1.2.3