From db6ca6c5f8abb2272c9f72bd820fd650bed0783a Mon Sep 17 00:00:00 2001 From: Dale Weiler Date: Wed, 29 May 2013 11:32:42 +0000 Subject: [PATCH] Make static --- ast.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.39.2