From 2744c6cc356d6495cb1bae3ed165e2f5b7d6e7ec Mon Sep 17 00:00:00 2001 From: Neal Norwitz Date: Sun, 13 Nov 2005 01:08:38 +0000 Subject: make internal method static --- Python/compile.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Python/compile.c b/Python/compile.c index 5195f56..4649d32 100644 --- a/Python/compile.c +++ b/Python/compile.c @@ -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; -- cgit v0.12