]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
(TEST): Fix paren nesting.
authorUlrich Drepper <drepper@redhat.com>
Mon, 2 Mar 1998 13:41:39 +0000 (13:41 +0000)
committerUlrich Drepper <drepper@redhat.com>
Mon, 2 Mar 1998 13:41:39 +0000 (13:41 +0000)
wctype/test_wctype.c

index df8f7e224a3e711fe8ab7713eeb6cc360df91410..aeffee019292890c203875953e8c24a94d5d9674 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1996, 1997 Free Software Foundation, Inc.
+/* Copyright (C) 1996, 1997, 1998 Free Software Foundation, Inc.
 This file is part of the GNU C Library.
 
 The GNU C Library is free software; you can redistribute it and/or
@@ -49,7 +49,7 @@ main (int argc, char *argv[])
 #define TEST(test)                                                           \
       do                                                                     \
        {                                                                     \
-         if ((is##test (ch) == 0) != (iswctype (ch, bit_##test)) == 0)       \
+         if ((is##test (ch) == 0) != (iswctype (ch, bit_##test) == 0))       \
            {                                                                 \
              printf ("class `%s' test for character \\%o failed\n",          \
                      #test, ch);                                             \