Index: head/games/gnugo/files/patch-engine_liberty.h =================================================================== --- head/games/gnugo/files/patch-engine_liberty.h (nonexistent) +++ head/games/gnugo/files/patch-engine_liberty.h (revision 546147) @@ -0,0 +1,13 @@ +--- engine/liberty.h.orig 2020-08-25 08:52:13 UTC ++++ engine/liberty.h +@@ -856,10 +856,6 @@ struct worm_data { + + extern struct worm_data worm[BOARDMAX]; + +-/* Unconditionally meaningless moves. */ +-int meaningless_black_moves[BOARDMAX]; +-int meaningless_white_moves[BOARDMAX]; +- + /* Surround cache (see surround.c) */ + + #define MAX_SURROUND 10 Property changes on: head/games/gnugo/files/patch-engine_liberty.h ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/games/gnugo/files/patch-engine_unconditional.c =================================================================== --- head/games/gnugo/files/patch-engine_unconditional.c (nonexistent) +++ head/games/gnugo/files/patch-engine_unconditional.c (revision 546147) @@ -0,0 +1,13 @@ +--- engine/unconditional.c.orig 2020-08-25 08:53:07 UTC ++++ engine/unconditional.c +@@ -29,6 +29,10 @@ + + #include "liberty.h" + ++/* Unconditionally meaningless moves. */ ++int meaningless_black_moves[BOARDMAX]; ++int meaningless_white_moves[BOARDMAX]; ++ + /* Capture as many strings of the given color as we can. Played stones + * are left on the board and the number of played stones is returned. + * Strings marked in the exceptions array are excluded from capturing Property changes on: head/games/gnugo/files/patch-engine_unconditional.c ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property