X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fmovegen.cpp;h=c51bc37f82068352870ba098230c976d6b53b35a;hp=4f1d14dee0ed4814db3aac1a5f124aac115dee28;hb=f90f810ac4de5ea2f5582ca05a9354c33971a953;hpb=ce5d9eb19da890c77d8ef00e078c60edc3e8e4aa diff --git a/src/movegen.cpp b/src/movegen.cpp index 4f1d14de..c51bc37f 100644 --- a/src/movegen.cpp +++ b/src/movegen.cpp @@ -29,7 +29,7 @@ // Simple macro to wrap a very common while loop, no facny, no flexibility, // hardcoded list name 'mlist' and from square 'from'. -#define SERIALIZE_MOVES(b) while (b) (*mlist++).move = make_move(from, pop_1st_bit(&b)) +#define SERIALIZE_MOVES(b) while (b) (*mlist++).move = make_move(from, pop_1st_bit(&b)) //// //// Local definitions