From 059707be320e993e7ee047e1e728ce9d6e67e4f7 Mon Sep 17 00:00:00 2001 From: Yang Tse Date: Tue, 2 Oct 2007 16:05:28 +0000 Subject: Renamed a couple of global variables to avoid shadowing warnings --- tests/libtest/test.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/libtest/test.h') diff --git a/tests/libtest/test.h b/tests/libtest/test.h index 5cbdcede4..50c3a7959 100644 --- a/tests/libtest/test.h +++ b/tests/libtest/test.h @@ -36,8 +36,8 @@ #define TEST_ERR_MAJOR_BAD 100 #define TEST_ERR_RUNS_FOREVER 99 -extern char *arg2; /* set by first.c to the argv[2] or NULL */ -extern char *arg3; /* set by first.c to the argv[3] or NULL */ +extern char *libtest_arg2; /* set by first.c to the argv[2] or NULL */ +extern char *libtest_arg3; /* set by first.c to the argv[3] or NULL */ /* argc and argv as passed in to the main() function */ extern int test_argc; -- cgit v1.2.3