OSDN Git Service

Revert commit by davidm to printf.c that initialized conv_num
authorManuel Novoa III <mjn3@codepoet.org>
Mon, 12 Aug 2002 04:32:41 +0000 (04:32 -0000)
committerManuel Novoa III <mjn3@codepoet.org>
Mon, 12 Aug 2002 04:32:41 +0000 (04:32 -0000)
commit666e8f922ffe516cb4803887a91ddd75f308a79d
treec1d5e82d40b2ca178d179d5f1887ef1f88142a53
parent9a34fd5b8807487a89bb9dd4e895f1f448d75e94
Revert commit by davidm to printf.c that initialized conv_num
  needlessly.  To do so increases the generated code size with bcc.
Eliminate duplicate define warnings in wstring.c.
Fix potentially broken preprocessor comparisons.  The preprocessor
  converts integers to maximal signed type, so inequality comparisons
  involving UINTMAX_MAX, ULLONG_MAX, and (if no long long) ULONG_MAX
  were potentially broken.
libc/misc/time/time.c
libc/misc/wchar/wchar.c
libc/stdio/printf.c
libc/stdio/stdio.c
libc/stdlib/stdlib.c
libc/string/wstring.c
libc/sysdeps/linux/common/bits/uClibc_stdio.h