From 54fe45dc7c6c5e16d4f4ba600868e17c942aa6ed Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Tue, 8 Jun 1999 07:22:36 +0000 Subject: (__tobody): Fix typo. --- ctype/ctype.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ctype') diff --git a/ctype/ctype.h b/ctype/ctype.h index 218ebe9048..a0d840162e 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) \ { \ -- cgit v1.2.3