]> git.ipfire.org Git - thirdparty/coreutils.git/commit
avoid warnings about initialization of automatic aggregates
authorJim Meyering <meyering@redhat.com>
Sun, 30 Nov 2008 21:37:42 +0000 (22:37 +0100)
committerJim Meyering <meyering@redhat.com>
Mon, 1 Dec 2008 20:18:52 +0000 (21:18 +0100)
commitc58b5daa337b16416be50adfeb3e99e3c009c891
treeed91dec7768322eb9f09427036069239b210f562
parent80325aca2dc20c9f6ac0ac51fdfb2a12aee565eb
avoid warnings about initialization of automatic aggregates

* src/system.h (DZA_CONCAT0, DZA_CONCAT): New macros.
(DECLARE_ZEROED_AGGREGATE): New macro.
* src/ls.c (quote_name): Use it.
* src/pathchk.c (portable_chars_only): Use it.
* src/shred.c (main): Use it.
* src/stty.c (main): Use it.
* src/wc.c (SUPPORT_OLD_MBRTOWC): Use it.
src/ls.c
src/pathchk.c
src/shred.c
src/stty.c
src/system.h
src/wc.c