- else {
- char c1 = islower ((unsigned char) *a) ?
- toupper ((unsigned char) *a) : *a;
- char c2 = islower ((unsigned char) *b) ?
- toupper ((unsigned char) *b) : *b;
- if (c1 != c2)
- return FALSE;
- }
+ c1 = islower ((unsigned char) *a) ?
+ toupper ((unsigned char) *a) : *a;
+ c2 = islower ((unsigned char) *b) ?
+ toupper ((unsigned char) *b) : *b;
+ if (c1 != c2)
+ return FALSE;
+ }