mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
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
1 changed files with 2 additions and 0 deletions
|
@ -542,7 +542,9 @@ static struct constant {
|
|||
#ifdef VDISCARD
|
||||
{"VDISCARD", VDISCARD},
|
||||
#endif
|
||||
#ifdef VWERASE
|
||||
{"VWERASE", VWERASE},
|
||||
#endif
|
||||
{"VLNEXT", VLNEXT},
|
||||
{"VEOL2", VEOL2},
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue