]> de.git.xonotic.org Git - xonotic/gmqcc.git/commitdiff
Make static
authorDale Weiler <killfieldengine@gmail.com>
Wed, 29 May 2013 11:32:42 +0000 (11:32 +0000)
committerDale Weiler <killfieldengine@gmail.com>
Wed, 29 May 2013 11:32:42 +0000 (11:32 +0000)
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;