mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-10 07:10:06 +00:00
Update.
1999-05-24 Ulrich Drepper <drepper@cygnus.com> * ctype/ctype.h: Don't optimize toupper/tolower for C++.
This commit is contained in:
parent
8838786d31
commit
6843299d9b
@ -1,3 +1,7 @@
|
||||
1999-05-24 Ulrich Drepper <drepper@cygnus.com>
|
||||
|
||||
* ctype/ctype.h: Don't optimize toupper/tolower for C++.
|
||||
|
||||
1999-05-23 Roland McGrath <roland@baalperazim.frob.com>
|
||||
|
||||
* hurd/set-host.c (_hurd_set_host_config): Use mode 0644, not 0600.
|
||||
|
@ -163,7 +163,7 @@ toupper (int __c) __THROW
|
||||
}
|
||||
#endif
|
||||
|
||||
#if __GNUC__ >= 2 && defined __OPTIMIZE__
|
||||
#if __GNUC__ >= 2 && defined __OPTIMIZE__ && !defined __cplusplus
|
||||
# define __tobody(c, f, a) \
|
||||
({ int __res; \
|
||||
if (sizeof (c) > 1) \
|
||||
|
Loading…
Reference in New Issue
Block a user