]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
indent: fix the -fno-common build
authorkevans <kevans@FreeBSD.org>
Mon, 6 Apr 2020 23:20:20 +0000 (23:20 +0000)
committerkevans <kevans@FreeBSD.org>
Mon, 6 Apr 2020 23:20:20 +0000 (23:20 +0000)
commite08f7da38459b29b19fd5766eb68864e203a1c93
tree7a06caff0738b214ad50e6bf19cae88da43d314d
parent008e5309703022679ff5a90f0dd43e0b747e5663
indent: fix the -fno-common build

Spread the globals far and wide, hopefully to the files that make the most
sense.

-fno-common will become the default in GCC10/LLVM11.

MFC after: 3 days
usr.bin/indent/indent.c
usr.bin/indent/indent_globs.h
usr.bin/indent/io.c
usr.bin/indent/parse.c