File: moves.c.patch

package info (click to toggle)
sjeng 11.2-15
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,436 kB
  • sloc: ansic: 13,378; sh: 324; makefile: 29
file content (14 lines) | stat: -rw-r--r-- 293 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Author: Lukas Geyer <geyer@math.uni-dortmund.de>
Description: General code cleanup.

--- sjeng-11.2.orig/moves.c
+++ sjeng-11.2/moves.c
@@ -31,7 +31,7 @@
 int numb_moves;
 static move_s *genfor;
 
-int fcaptures;
+bool fcaptures;
 int gfrom;
 
 int kingcap; /* break if we capture the king */