Solve conflict between two global force variables

This commit is contained in:
Andrey A. Chernov 1995-03-03 02:34:14 +00:00
parent ad17fe5cc1
commit 5b79c36cbc
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=6848
2 changed files with 2 additions and 2 deletions

View file

@ -21,7 +21,7 @@ static const char SCCSid[] = "@(#) mytinfo termcap.c 3.3 92/06/01 public domain,
extern char _mytinfo_version[];
/* not static */
char *force = _mytinfo_version;
char *_force_pick1 = _mytinfo_version;
int
tgetent(buf, term)

View file

@ -18,7 +18,7 @@ static const char SCCSid[] = "@(#) mytinfo terminfo.c 3.2 92/02/01 public domain
extern char _mytinfo_version[];
/* not static */
char *force = _mytinfo_version;
char *_force_pick2 = _mytinfo_version;
#ifdef USE_FAKE_STDIO