Kaydet (Commit) 2744c6cc authored tarafından Neal Norwitz's avatar Neal Norwitz

make internal method static

üst 96c1c7a5
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment