summaryrefslogtreecommitdiff
path: root/ctype
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1999-06-08 07:22:36 +0000
committerUlrich Drepper <drepper@redhat.com>1999-06-08 07:22:36 +0000
commit54fe45dc7c6c5e16d4f4ba600868e17c942aa6ed (patch)
tree0dc2f946b67f11a284c4856be40538b96bd4be1c /ctype
parent8d6a5eff39039d3f497428fa660f56e81d799b08 (diff)
(__tobody): Fix typo.
Diffstat (limited to 'ctype')
-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) \
{ \