diff options
author | Ulrich Drepper <drepper@redhat.com> | 1999-06-08 07:22:36 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1999-06-08 07:22:36 +0000 |
commit | 54fe45dc7c6c5e16d4f4ba600868e17c942aa6ed (patch) | |
tree | 0dc2f946b67f11a284c4856be40538b96bd4be1c /ctype | |
parent | 8d6a5eff39039d3f497428fa660f56e81d799b08 (diff) | |
download | glibc-54fe45dc7c6c5e16d4f4ba600868e17c942aa6ed.tar glibc-54fe45dc7c6c5e16d4f4ba600868e17c942aa6ed.tar.gz glibc-54fe45dc7c6c5e16d4f4ba600868e17c942aa6ed.tar.bz2 glibc-54fe45dc7c6c5e16d4f4ba600868e17c942aa6ed.zip |
(__tobody): Fix typo.
Diffstat (limited to 'ctype')
-rw-r--r-- | ctype/ctype.h | 2 |
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) \ { \ |