diff options
author | Ulrich Drepper <drepper@redhat.com> | 2010-01-11 19:06:15 -0800 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2010-01-11 19:06:15 -0800 |
commit | 37c8e46632ed9604e267db6fc0cc7c67669852fa (patch) | |
tree | fe8e54a5b4f945d6c2b855a97b6a6ffc047668ac /conform/data/wordexp.h-data | |
parent | 1bdfadb4cc2a99dd2cb85b38147f1ddadf702874 (diff) | |
download | glibc-37c8e46632ed9604e267db6fc0cc7c67669852fa.tar.gz glibc-37c8e46632ed9604e267db6fc0cc7c67669852fa.tar.xz glibc-37c8e46632ed9604e267db6fc0cc7c67669852fa.zip |
Fix typo in wordexp.h tests.
Diffstat (limited to 'conform/data/wordexp.h-data')
-rw-r--r-- | conform/data/wordexp.h-data | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conform/data/wordexp.h-data b/conform/data/wordexp.h-data index 12eecbeee2..acbed7495e 100644 --- a/conform/data/wordexp.h-data +++ b/conform/data/wordexp.h-data @@ -14,7 +14,7 @@ constant WRDE_UNDEF constant WRDE_BADCHAR constant WRDE_CMDSUB constant WRDE_NOSPACE -#if defined XOPEN2K8 || defined POSIX2008 +#if !defined XOPEN2K8 && !defined POSIX2008 constant WRDE_NOSYS #endif constant WRDE_SYNTAX |