From e31bf402f920e5636076f847f47615ca0117ca73 Mon Sep 17 00:00:00 2001 From: dwmalone Date: Sun, 13 Nov 2005 20:37:25 +0000 Subject: Declare find_err in indent_globs.h where the other shared variables live rather than listing it as an extern in indent.c. --- usr.bin/indent/indent.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'usr.bin/indent/indent.c') diff --git a/usr.bin/indent/indent.c b/usr.bin/indent/indent.c index f91043f..bd654a8 100644 --- a/usr.bin/indent/indent.c +++ b/usr.bin/indent/indent.c @@ -70,8 +70,6 @@ const char *out_name = "Standard Output"; /* will always point to name * of output file */ char bakfile[MAXPATHLEN] = ""; -extern int found_err; /* flag set in diagN() on error */ - int main(int argc, char **argv) { -- cgit v1.1