Protect the use of the VWERASE symbol by an #ifdef, it's apparently missing

on (some versions of ?) AIX.
This commit is contained in:
Thomas Wouters 2001-06-11 15:25:16 +00:00
parent 046f4d810d
commit 819bb2c502
1 changed files with 2 additions and 0 deletions

View File

@ -542,7 +542,9 @@ static struct constant {
#ifdef VDISCARD
{"VDISCARD", VDISCARD},
#endif
#ifdef VWERASE
{"VWERASE", VWERASE},
#endif
{"VLNEXT", VLNEXT},
{"VEOL2", VEOL2},