From: Christian Würdig Date: Thu, 2 Nov 2006 09:28:17 +0000 (+0000) Subject: removed unnecessary extern X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=18d6880947147277c8f13ad3eff3f7ad6e0a9d87;p=libfirm removed unnecessary extern --- diff --git a/ir/be/bearch.c b/ir/be/bearch.c index 5ea988dd8..c53b78c4f 100644 --- a/ir/be/bearch.c +++ b/ir/be/bearch.c @@ -143,7 +143,7 @@ int arch_possible_memory_operand(const arch_env_t *env, const ir_node *irn, unsi } } -extern void arch_perform_memory_operand(const arch_env_t *env, ir_node *irn, ir_node *spill, unsigned int i) { +void arch_perform_memory_operand(const arch_env_t *env, ir_node *irn, ir_node *spill, unsigned int i) { const arch_irn_ops_t *ops = get_irn_ops(env, irn); if(ops->impl->perform_memory_operand) { ops->impl->perform_memory_operand(ops, irn, spill, i);