(__tobody): Fix typo.

This commit is contained in:
Ulrich Drepper 1999-06-08 07:22:36 +00:00
parent 8d6a5eff39
commit 54fe45dc7c
1 changed files with 1 additions and 1 deletions

View File

@ -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) \
{ \