mirror of
https://github.com/reactos/reactos.git
synced 2026-05-30 23:33:24 +08:00
[COMPILER_APITEST] Convert global variables to static ones
This commit is contained in:
@@ -1069,7 +1069,7 @@ DEFINE_TEST(test_yield_5)
|
||||
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
|
||||
int test_yield_6_helper(void)
|
||||
|
||||
Reference in New Issue
Block a user