From: Marco Costalba Date: Mon, 10 Jan 2011 08:40:32 +0000 (+0100) Subject: Compile fix in types.h X-Git-Url: https://git.sesse.net/?p=stockfish;a=commitdiff_plain;h=d84ffc0cfaf35178d38e44d6c90e40dfb51eb981;hp=caa02b0e43dbce0c723bc6499aab811ca3e5408e Compile fix in types.h Signed-off-by: Marco Costalba --- diff --git a/src/types.h b/src/types.h index 1a9dab7e..29934e9d 100644 --- a/src/types.h +++ b/src/types.h @@ -124,7 +124,7 @@ inline void __cpuid(int CPUInfo[4], int) #define FORCE_INLINE __forceinline #elif defined(__GNUC__) #define FORCE_INLINE inline __attribute__((always_inline)) -#elif +#else #define FORCE_INLINE inline #endif