projects
/
platform
/
upstream
/
glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8d6a5ef
)
(__tobody): Fix typo.
author
Ulrich Drepper
<drepper@redhat.com>
Tue, 8 Jun 1999 07:22:36 +0000
(07:22 +0000)
committer
Ulrich Drepper
<drepper@redhat.com>
Tue, 8 Jun 1999 07:22:36 +0000
(07:22 +0000)
ctype/ctype.h
patch
|
blob
|
history
diff --git
a/ctype/ctype.h
b/ctype/ctype.h
index
218ebe9
..
a0d8401
100644
(file)
--- 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) \
{ \