[git commit master] convert // comments to /**/; remove empty #if/#endif pairs. no code changes

Bernd Schmidt bernds_cb1 at t-online.de
Fri Sep 18 22:38:42 UTC 2009


Denys Vlasenko wrote:

> +/* I think it's wrong: _toupper(c) assumes that c is a *lowercase* *letter* -
> + * it is defined as ((c) ^ 0x20)!
> + * if ((__uwchar_t) wc <= 0x7f) {
> + * return (desc == _CTYPE_tolower) ? _tolower(wc) : _toupper(wc);
> + * }
> + */

This is awful.  Please use #if 0 blocks, they allow us to leave the
comment structure intact as well as letting most editors do the right
thing wrt. autoindentation.


Bernd
-- 
This footer brought to you by insane German lawmakers.
Analog Devices GmbH      Wilhelm-Wagenfeld-Str. 6      80807 Muenchen
Sitz der Gesellschaft Muenchen, Registergericht Muenchen HRB 40368
Geschaeftsfuehrer Thomas Wessel, William A. Martin, Margaret Seif


More information about the uClibc mailing list