projects
/
fairystockfish.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
caa02b0
)
Compile fix in types.h
author
Marco Costalba
<mcostalba@gmail.com>
Mon, 10 Jan 2011 08:40:32 +0000 (09:40 +0100)
committer
Marco Costalba
<mcostalba@gmail.com>
Mon, 10 Jan 2011 11:54:08 +0000 (12:54 +0100)
Signed-off-by: Marco Costalba <mcostalba@gmail.com>
src/types.h
patch
|
blob
|
history
diff --git
a/src/types.h
b/src/types.h
index
1a9dab7
..
29934e9
100644
(file)
--- 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