From: Dale Weiler Date: Wed, 29 May 2013 11:32:42 +0000 (+0000) Subject: Make static X-Git-Tag: v0.3.0~151^2~37 X-Git-Url: http://git.xonotic.org/?a=commitdiff_plain;h=db6ca6c5f8abb2272c9f72bd820fd650bed0783a;p=xonotic%2Fgmqcc.git Make static --- diff --git a/ast.c b/ast.c index 41dfb29..5039653 100644 --- 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;