From 8ef409e88146c0d745b1a126d2cbf39957d7397b Mon Sep 17 00:00:00 2001 From: Michael Beck Date: Tue, 4 Jan 2005 13:14:12 +0000 Subject: [PATCH] removed INLINE before global function [r4789] --- ir/ir/irprog_t.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ir/ir/irprog_t.h b/ir/ir/irprog_t.h index 77a64f2d7..ddfc83062 100644 --- a/ir/ir/irprog_t.h +++ b/ir/ir/irprog_t.h @@ -71,7 +71,7 @@ struct ir_prog { #endif }; -INLINE void remove_irp_type_from_list (type *typ); +void remove_irp_type_from_list (type *typ); static INLINE type * __get_glob_type(void) { -- 2.20.1