]> git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - ast.c
Make static
[xonotic/gmqcc.git] / ast.c
diff --git a/ast.c b/ast.c
index 41dfb295614b9bb086382034fca62d13af71c749..50396538a32cba1d1a0e4f699bfd3c80d20a9afc 100644 (file)
--- a/ast.c
+++ b/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;