fixed INLINE macro
authorMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Thu, 24 Aug 2006 12:11:57 +0000 (12:11 +0000)
committerMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Thu, 24 Aug 2006 12:11:57 +0000 (12:11 +0000)
ir/be/benodesets.h

index c06bf21..c83b382 100644 (file)
@@ -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);
 }