From 3c55e5ee37a364219e0b254f68e92721e26ee2d7 Mon Sep 17 00:00:00 2001 From: Michael Beck Date: Fri, 21 Nov 2003 15:06:07 +0000 Subject: [PATCH] Make INLINE definition identical to the libFIRM definition [r2095] --- ir/adt/set.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ir/adt/set.c b/ir/adt/set.c index f43a0a34f..edd678f23 100644 --- a/ir/adt/set.c +++ b/ir/adt/set.c @@ -36,11 +36,13 @@ # include #endif +#ifndef INLINE #ifdef USE_GCC_INLINE #define INLINE inline #else #define INLINE #endif +#endif /* bcopy is not ISO C * #define bcopy(X, Y, Z) memcpy((Y), (X), (Z)) -- 2.20.1