mirror of
https://github.com/sockspls/badfish
synced 2025-04-30 08:43:09 +00:00
Fix a typo in bitboard.h
Introduced by previous patch. Spotted by Joerg Oster No functional change.
This commit is contained in:
parent
002062ae93
commit
2067a99c07
1 changed files with 1 additions and 1 deletions
|
@ -258,7 +258,7 @@ inline Bitboard attacks_bb(Square s, Bitboard occ) {
|
|||
/// lsb()/msb() finds the least/most significant bit in a nonzero bitboard.
|
||||
/// pop_lsb() finds and clears the least significant bit in a nonzero bitboard.
|
||||
|
||||
#ifdef BSFQ
|
||||
#ifdef USE_BSFQ
|
||||
|
||||
# if defined(_MSC_VER) && !defined(__INTEL_COMPILER)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue