mirror of
https://github.com/DarkPlacesEngine/gmqcc.git
synced 2025-02-21 10:51:10 +00:00
Make static
This commit is contained in:
parent
fd5506b376
commit
db6ca6c5f8
1 changed files with 1 additions and 1 deletions
2
ast.c
2
ast.c
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue