mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +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;
|
||||
}
|
||||
|
||||
int
|
||||
static int
|
||||
stackdepth_walk(struct compiler *c, basicblock *b, int depth, int maxdepth)
|
||||
{
|
||||
int i;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue