Make static

This commit is contained in:
Dale Weiler 2013-05-29 11:32:42 +00:00
parent fd5506b376
commit db6ca6c5f8

2
ast.c
View file

@ -1419,7 +1419,7 @@ error: /* clean up */
return false;
}
bool ast_local_codegen(ast_value *self, ir_function *func, bool param)
static bool ast_local_codegen(ast_value *self, ir_function *func, bool param)
{
ir_value *v = NULL;