1 --- engine/unconditional.c.orig 2020-08-25 08:53:07 UTC 2 +++ engine/unconditional.c 3 @@ -29,6 +29,10 @@ 4 5 #include "liberty.h" 6 7 +/* Unconditionally meaningless moves. */ 8 +int meaningless_black_moves[BOARDMAX]; 9 +int meaningless_white_moves[BOARDMAX]; 10 + 11 /* Capture as many strings of the given color as we can. Played stones 12 * are left on the board and the number of played stones is returned. 13 * Strings marked in the exceptions array are excluded from capturing 14