CVSROOT: /cvs Module name: src Changes by: dera...@cvs.openbsd.org 2021/01/26 11:21:25
Modified files: usr.bin/indent : indent.c indent_globs.h Log message: satisfy -fno-common, by (1) copying all the variable decls from indent_globs.h to indent.c, and (2) changing all the same decls in indent_globs.h to be extern ok mortimer