Protect the use of the VWERASE symbol by an #ifdef, it's apparently missing
on (some versions of ?) AIX.
This commit is contained in:
parent
046f4d810d
commit
819bb2c502
|
@ -542,7 +542,9 @@ static struct constant {
|
|||
#ifdef VDISCARD
|
||||
{"VDISCARD", VDISCARD},
|
||||
#endif
|
||||
#ifdef VWERASE
|
||||
{"VWERASE", VWERASE},
|
||||
#endif
|
||||
{"VLNEXT", VLNEXT},
|
||||
{"VEOL2", VEOL2},
|
||||
|
||||
|
|
Loading…
Reference in New Issue