Chromium Code Reviews| Index: config.h |
| diff --git a/config.h b/config.h |
| index 25793c0c7323bc59ee05c0133bd6852d5663fa63..81efa0de49aef142d5c491a2779c78f4a6833ff4 100644 |
| --- a/config.h |
| +++ b/config.h |
| @@ -69,7 +69,7 @@ |
| /* How to obtain function inlining. */ |
| #ifndef INLINE |
| #if defined(__GNUC__) |
| -#define INLINE __attribute__((always_inline)) |
| +#define INLINE inline __attribute__((always_inline)) |
| #elif defined(_MSC_VER) |
| #define INLINE __forceinline |
| #else |