From: Ulrich Drepper Date: Tue, 8 Jun 1999 07:22:36 +0000 (+0000) Subject: (__tobody): Fix typo. X-Git-Tag: upstream/2.30~27184 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=54fe45dc7c6c5e16d4f4ba600868e17c942aa6ed;p=external%2Fglibc.git (__tobody): Fix typo. --- diff --git a/ctype/ctype.h b/ctype/ctype.h index 218ebe9..a0d8401 100644 --- a/ctype/ctype.h +++ b/ctype/ctype.h @@ -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) \ { \