aboutsummaryrefslogtreecommitdiff
path: root/tree234.c
diff options
context:
space:
mode:
Diffstat (limited to 'tree234.c')
-rw-r--r--tree234.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/tree234.c b/tree234.c
index db33ed4..1d33be8 100644
--- a/tree234.c
+++ b/tree234.c
@@ -1501,12 +1501,12 @@ static void error(const char *fmt, ...) {
}
/* The array representation of the data. */
-void **array;
-int arraylen, arraysize;
-cmpfn234 cmp;
+static void **array;
+static int arraylen, arraysize;
+static cmpfn234 cmp;
/* The tree representation of the same data. */
-tree234 *tree;
+static tree234 *tree;
/*
* Routines to provide a diagnostic printout of a tree. Currently