]> git.ipfire.org Git - thirdparty/coreutils.git/commit
maint: avoid file-scope names of the form _[a-z]*
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 9 Sep 2014 03:41:44 +0000 (20:41 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 9 Sep 2014 03:48:44 +0000 (20:48 -0700)
commitc383c570c67e0ede0d3aa0ce08961d5745e7764d
treedd317d4b4e860df3518ee1cf48852ec3609a21b6
parent8defcee49be881f8c7b8327f07b988fbe5c7171d
maint: avoid file-scope names of the form _[a-z]*

The C standard says this isn't portable, if you include
standard include files.
* build-aux/gen-single-binary.sh:
* src/coreutils-arch.c (single_binary_main_arch)
(single_binary_main_uname):
* src/coreutils-dir.c (single_binary_main_ls)
(_single_binary_main_dir):
* src/coreutils-vdir.c (single_binary_main_ls)
(_single_binary_main_vdir):
* src/coreutils.c (SINGLE_BINARY_PROGRAM):
Remove leading _ from single_binary prefix.
* src/numfmt.c (round_style): Rename from _round.  All uses changed.
(inval_style): Rename from _invalid.  All uses changed.
build-aux/gen-single-binary.sh
src/coreutils-arch.c
src/coreutils-dir.c
src/coreutils-vdir.c
src/coreutils.c
src/numfmt.c