mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 17:52:56 +00:00
[COMPILER_APITEST] Convert global variables to static ones
This commit is contained in:
parent
4571c96534
commit
6e5d80df69
1 changed files with 1 additions and 1 deletions
|
@ -1069,7 +1069,7 @@ DEFINE_TEST(test_yield_5)
|
||||||
return test_yield_5_helper() == return_positive() && test_yield_5_ret == return_positive();
|
return test_yield_5_helper() == return_positive() && test_yield_5_ret == return_positive();
|
||||||
}
|
}
|
||||||
|
|
||||||
int test_yield_6_ret;
|
static int test_yield_6_ret;
|
||||||
|
|
||||||
static
|
static
|
||||||
int test_yield_6_helper(void)
|
int test_yield_6_helper(void)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue