OSDN Git Service

vfprintf.c: de-obfuscate if(with nested assignments). no logic changes
authorDenys Vlasenko <dvlasenk@redhat.com>
Tue, 19 Oct 2010 12:07:51 +0000 (14:07 +0200)
committerDenys Vlasenko <dvlasenk@redhat.com>
Tue, 19 Oct 2010 12:07:51 +0000 (14:07 +0200)
commit7add20c8200f9fb02743cd1b24b15b6201294fbf
treef71448d8c87eef0b15d614c872b66e9ac7156739
parent7b74c6bab0fc39325a5b9a978a3d8ab73009e5d3
vfprintf.c: de-obfuscate if(with nested assignments). no logic changes

God knows this file is hard to read as-is, some readability improvement
is in order.

Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
libc/stdio/_vfprintf.c