make internal method static

This commit is contained in:
Neal Norwitz 2005-11-13 01:08:38 +00:00
parent 96c1c7a571
commit 2744c6cc35
1 changed files with 1 additions and 1 deletions

View File

@ -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;