Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 819bb2c

Browse files
committed
Protect the use of the VWERASE symbol by an #ifdef, it's apparently missing
on (some versions of ?) AIX.
1 parent 046f4d8 commit 819bb2c

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Modules/termios.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -542,7 +542,9 @@ static struct constant {
542542
#ifdef VDISCARD
543543
{"VDISCARD", VDISCARD},
544544
#endif
545+
#ifdef VWERASE
545546
{"VWERASE", VWERASE},
547+
#endif
546548
{"VLNEXT", VLNEXT},
547549
{"VEOL2", VEOL2},
548550

0 commit comments

Comments
 (0)