From 708fa3675033df41355cdafae55046b9d79af2cd Mon Sep 17 00:00:00 2001 From: Gael Guennebaud Date: Mon, 19 Jan 2009 08:21:32 +0000 Subject: [PATCH] revert bad commit --- Eigen/src/Core/util/Macros.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Eigen/src/Core/util/Macros.h b/Eigen/src/Core/util/Macros.h index 2a396abf0..844b8831b 100644 --- a/Eigen/src/Core/util/Macros.h +++ b/Eigen/src/Core/util/Macros.h @@ -114,7 +114,7 @@ using Eigen::ei_cos; #if (defined _MSC_VER) #define EIGEN_STRONG_INLINE __forceinline #else -#define EIGEN_STRONG_INLINE __attribute__((always_inline)) +#define EIGEN_STRONG_INLINE inline #endif #if (defined __GNUC__)