summaryrefslogtreecommitdiffstats
path: root/src/cmd/htmlroff/t16.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd/htmlroff/t16.c')
-rw-r--r--src/cmd/htmlroff/t16.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/cmd/htmlroff/t16.c b/src/cmd/htmlroff/t16.c
index 9389a59a..8da1d1ff 100644
--- a/src/cmd/htmlroff/t16.c
+++ b/src/cmd/htmlroff/t16.c
@@ -16,9 +16,8 @@
* .if .ie .el
*
*/
-
-int iftrue[20];
-int niftrue;
+extern int iftrue[MAXIF];
+extern int niftrue;
void
startbody(void)