From 1e69d0d6971bf7e102c3d8ebd3807c7833fb74d8 Mon Sep 17 00:00:00 2001 From: Michael Beck Date: Thu, 24 Aug 2006 12:11:57 +0000 Subject: [PATCH] fixed INLINE macro --- ir/be/benodesets.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ir/be/benodesets.h b/ir/be/benodesets.h index c06bf21af..c83b382c1 100644 --- a/ir/be/benodesets.h +++ b/ir/be/benodesets.h @@ -136,7 +136,7 @@ static INLINE ir_node *nodeset_next(nodeset *nset) * * @param nset the nodeset */ -static inline void nodeset_break(nodeset *nset) +static INLINE void nodeset_break(nodeset *nset) { pset_break(nset); } -- 2.20.1