Commit 819bb2c5 authored by Thomas Wouters's avatar Thomas Wouters

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

on (some versions of ?) AIX.
parent 046f4d81
...@@ -542,7 +542,9 @@ static struct constant { ...@@ -542,7 +542,9 @@ static struct constant {
#ifdef VDISCARD #ifdef VDISCARD
{"VDISCARD", VDISCARD}, {"VDISCARD", VDISCARD},
#endif #endif
#ifdef VWERASE
{"VWERASE", VWERASE}, {"VWERASE", VWERASE},
#endif
{"VLNEXT", VLNEXT}, {"VLNEXT", VLNEXT},
{"VEOL2", VEOL2}, {"VEOL2", VEOL2},
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment