mirror of
https://github.com/python/cpython.git
synced 2025-09-26 10:19:53 +00:00
make internal method static
This commit is contained in:
parent
96c1c7a571
commit
2744c6cc35
1 changed files with 1 additions and 1 deletions
|
@ -3625,7 +3625,7 @@ dfs(struct compiler *c, basicblock *b, struct assembler *a)
|
||||||
a->a_postorder[a->a_nblocks++] = b;
|
a->a_postorder[a->a_nblocks++] = b;
|
||||||
}
|
}
|
||||||
|
|
||||||
int
|
static int
|
||||||
stackdepth_walk(struct compiler *c, basicblock *b, int depth, int maxdepth)
|
stackdepth_walk(struct compiler *c, basicblock *b, int depth, int maxdepth)
|
||||||
{
|
{
|
||||||
int i;
|
int i;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue