Commit 38c27e22 by Doug Evans

* svr4.h (SWITCH_TAKES_ARG): Add 'x'.

From-SVN: r11073
parent e663b41c
...@@ -63,6 +63,7 @@ Boston, MA 02111-1307, USA. ...@@ -63,6 +63,7 @@ Boston, MA 02111-1307, USA.
|| (CHAR) == 'L' \ || (CHAR) == 'L' \
|| (CHAR) == 'A' \ || (CHAR) == 'A' \
|| (CHAR) == 'h' \ || (CHAR) == 'h' \
|| (CHAR) == 'x' \
|| (CHAR) == 'z') || (CHAR) == 'z')
/* This defines which multi-letter switches take arguments. On svr4, /* This defines which multi-letter switches take arguments. On svr4,
......
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