diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2010-11-22 11:42:47 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2010-11-22 11:42:47 +0000 |
commit | cc9bc2dd0b90cbf920794f15d0fce73fe04babac (patch) | |
tree | bcf101de55b998fdf0f7eca2c7252e442952e1f2 /Src/options.c | |
parent | e6946adf57a44fe84781f20c395ba51bd39fd4d9 (diff) | |
download | zsh-cc9bc2dd0b90cbf920794f15d0fce73fe04babac.tar.gz zsh-cc9bc2dd0b90cbf920794f15d0fce73fe04babac.tar.xz zsh-cc9bc2dd0b90cbf920794f15d0fce73fe04babac.zip |
28424: new POSIX_STRINGS option
Diffstat (limited to 'Src/options.c')
-rw-r--r-- | Src/options.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Src/options.c b/Src/options.c index a2d5e0855..00d552ad5 100644 --- a/Src/options.c +++ b/Src/options.c @@ -205,7 +205,8 @@ static struct optname optns[] = { {{NULL, "posixcd", OPT_EMULATE|OPT_BOURNE}, POSIXCD}, {{NULL, "posixidentifiers", OPT_EMULATE|OPT_BOURNE}, POSIXIDENTIFIERS}, {{NULL, "posixjobs", OPT_EMULATE|OPT_BOURNE}, POSIXJOBS}, -{{NULL, "posixtraps", OPT_EMULATE|OPT_BOURNE}, POSIXTRAPS}, +{{NULL, "posixstrings", OPT_EMULATE|OPT_BOURNE}, POSIXSTRINGS}, +{{NULL, "posixtraps", OPT_EMULATE|OPT_BOURNE}, POSIXTRAPS}, {{NULL, "printeightbit", 0}, PRINTEIGHTBIT}, {{NULL, "printexitvalue", 0}, PRINTEXITVALUE}, {{NULL, "privileged", OPT_SPECIAL}, PRIVILEGED}, |