commit | 2744c6cc356d6495cb1bae3ed165e2f5b7d6e7ec | [log] [tgz] |
---|---|---|
author | Neal Norwitz <nnorwitz@gmail.com> | Sun Nov 13 01:08:38 2005 +0000 |
committer | Neal Norwitz <nnorwitz@gmail.com> | Sun Nov 13 01:08:38 2005 +0000 |
tree | b3be90f297babba023d156c742d610787cc72e2d | |
parent | 96c1c7a571642e5955d7608830b69067760623f0 [diff] |
make internal method static
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 @@ a->a_postorder[a->a_nblocks++] = b; } -int +static int stackdepth_walk(struct compiler *c, basicblock *b, int depth, int maxdepth) { int i;