1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-10-04 20:40:57 +02:00

Bart's change makes terminfo_nam[] needed when HAVE_TIGETSTR is not

defined.
This commit is contained in:
Wayne Davison 2001-04-09 20:18:40 +00:00
parent 62d66491ff
commit 6ee3df56d0

View file

@ -30,10 +30,11 @@
#include "terminfo.mdh"
#include "terminfo.pro"
static char terminfo_nam[] = "terminfo";
/**/
#ifdef HAVE_TIGETSTR
static char terminfo_nam[] = "terminfo";
static Param terminfo_pm;
/* echoti: output a terminfo capability */