summaryrefslogtreecommitdiff
path: root/ctype/ctype.h
diff options
context:
space:
mode:
Diffstat (limited to 'ctype/ctype.h')
-rw-r--r--ctype/ctype.h2
1 files changed, 1 insertions, 1 deletions
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) \
{ \