summaryrefslogtreecommitdiff
path: root/test/testpools.c
diff options
context:
space:
mode:
authorJoe Orton <jorton@apache.org>2002-11-14 12:25:56 +0000
committerJoe Orton <jorton@apache.org>2002-11-14 12:25:56 +0000
commit4f07a265cc7d0c630b1ee8bcdb83b22b5ba2ecea (patch)
tree33a2288b45edfe73ad56e2fc7c29c978c277d3e9 /test/testpools.c
parent31851097309335edc0ad92b9ad3694e431aaa73b (diff)
downloadapr-4f07a265cc7d0c630b1ee8bcdb83b22b5ba2ecea.tar.gz
Make global variables static where appropriate.
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@64023 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'test/testpools.c')
-rw-r--r--test/testpools.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/testpools.c b/test/testpools.c
index f416811a1..5da1f2b9e 100644
--- a/test/testpools.c
+++ b/test/testpools.c
@@ -67,8 +67,8 @@
#define ALLOC_BYTES 1024
-apr_pool_t *pmain = NULL;
-apr_pool_t *pchild = NULL;
+static apr_pool_t *pmain = NULL;
+static apr_pool_t *pchild = NULL;
static void alloc_bytes(CuTest *tc)
{