(__tobody): Fix typo.
authorUlrich Drepper <drepper@redhat.com>
Tue, 8 Jun 1999 07:22:36 +0000 (07:22 +0000)
committerUlrich Drepper <drepper@redhat.com>
Tue, 8 Jun 1999 07:22:36 +0000 (07:22 +0000)
ctype/ctype.h

index 218ebe9..a0d8401 100644 (file)
@@ -165,7 +165,7 @@ toupper (int __c) __THROW
 
 #if __GNUC__ >= 2 && defined __OPTIMIZE__ && !defined __cplusplus
 # define __tobody(c, f, a) \
-  (__extension__
+  (__extension__                                                             \
    ({ int __res;                                                             \
       if (sizeof (c) > 1)                                                    \
        {                                                                     \