]> git.sesse.net Git - stockfish/commitdiff
Fix build on Intel compiler
authorMarco Costalba <mcostalba@gmail.com>
Sat, 13 Jul 2013 21:07:24 +0000 (23:07 +0200)
committerMarco Costalba <mcostalba@gmail.com>
Sat, 13 Jul 2013 21:13:30 +0000 (23:13 +0200)
Due to a strange issue (bug?) the ternary
operator does not return a BitCountType for
icc, so revert to the expression used
before bcbc9bfd1f5efeaa3

No functional change.


No differences found