Fix typo in wordexp.h tests.
authorUlrich Drepper <drepper@redhat.com>
Tue, 12 Jan 2010 03:06:15 +0000 (19:06 -0800)
committerUlrich Drepper <drepper@redhat.com>
Tue, 12 Jan 2010 03:06:15 +0000 (19:06 -0800)
ChangeLog
conform/data/wordexp.h-data

index 7c45cf3..40056f0 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2010-01-11  Ulrich Drepper  <drepper@redhat.com>
 
+       * conform/data/wordexp.h-data: Fix typo in last change.
+
        * conform/data/unistd.h-data: Fix up older POSIX tests.
 
        * stdlib/stdlib.h: Fix handling symbols removed in XPG7.
index 12eecbe..acbed74 100644 (file)
@@ -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