mirror of git://sourceware.org/git/glibc.git
(__tobody): Fix typo.
This commit is contained in:
parent
8d6a5eff39
commit
54fe45dc7c
|
@ -165,7 +165,7 @@ toupper (int __c) __THROW
|
||||||
|
|
||||||
#if __GNUC__ >= 2 && defined __OPTIMIZE__ && !defined __cplusplus
|
#if __GNUC__ >= 2 && defined __OPTIMIZE__ && !defined __cplusplus
|
||||||
# define __tobody(c, f, a) \
|
# define __tobody(c, f, a) \
|
||||||
(__extension__
|
(__extension__ \
|
||||||
({ int __res; \
|
({ int __res; \
|
||||||
if (sizeof (c) > 1) \
|
if (sizeof (c) > 1) \
|
||||||
{ \
|
{ \
|
||||||
|
|
Loading…
Reference in New Issue