From: Michael Beck Date: Thu, 24 Aug 2006 12:11:57 +0000 (+0000) Subject: fixed INLINE macro X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=1e69d0d6971bf7e102c3d8ebd3807c7833fb74d8;p=libfirm fixed INLINE macro --- 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); }