summaryrefslogtreecommitdiffstats
path: root/usr.bin/indent/indent_globs.h
diff options
context:
space:
mode:
authordwmalone <dwmalone@FreeBSD.org>2005-11-13 20:37:25 +0000
committerdwmalone <dwmalone@FreeBSD.org>2005-11-13 20:37:25 +0000
commite31bf402f920e5636076f847f47615ca0117ca73 (patch)
tree628899b9cfa152a377accd43e821fd03950f78fa /usr.bin/indent/indent_globs.h
parent7a146f5f800494ae683092ef856903568540b6bf (diff)
downloadFreeBSD-src-e31bf402f920e5636076f847f47615ca0117ca73.zip
FreeBSD-src-e31bf402f920e5636076f847f47615ca0117ca73.tar.gz
Declare find_err in indent_globs.h where the other shared variables
live rather than listing it as an extern in indent.c.
Diffstat (limited to 'usr.bin/indent/indent_globs.h')
-rw-r--r--usr.bin/indent/indent_globs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.bin/indent/indent_globs.h b/usr.bin/indent/indent_globs.h
index 010b3a3..11ea239 100644
--- a/usr.bin/indent/indent_globs.h
+++ b/usr.bin/indent/indent_globs.h
@@ -131,6 +131,7 @@ char *bp_save; /* saved value of buf_ptr when taking input
char *be_save; /* similarly saved value of buf_end */
+int found_err;
int pointer_as_binop;
int blanklines_after_declarations;
int blanklines_before_blockcomments;
OpenPOWER on IntegriCloud