summaryrefslogtreecommitdiff
path: root/tbl/tb.c
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2016-10-23 00:24:25 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2016-10-23 00:24:25 +0000
commitab1717bb35d85041e0184f79daa1313a1306dc01 (patch)
treefa0739f76b49b902269f8f7c1e1c7c5ea30c0556 /tbl/tb.c
parentaa7798c94fa57f6c00fab4393c9fe91334864371 (diff)
Notes
Diffstat (limited to 'tbl/tb.c')
-rw-r--r--tbl/tb.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/tbl/tb.c b/tbl/tb.c
index 5a4a975ec9d7..e84c1a764a2e 100644
--- a/tbl/tb.c
+++ b/tbl/tb.c
@@ -59,9 +59,9 @@ if (!point((intptr_t)s)) return(1);
if (*s==0) return(0);
return(1);
}
-int spcount = 0;
-int maxvec = 0;
-char **spvecs;
+static int spcount = 0;
+static int maxvec = 0;
+static char **spvecs;
char *
chspace(void) {
@@ -111,9 +111,9 @@ for (i = 0; i < spcount; i++)
}
static int MAXPC;
-char *thisvec;
-int tpcount = -1;
-char **tpvecs;
+static char *thisvec;
+static int tpcount = -1;
+static char **tpvecs;
struct colstr *
alocv(int n) {