1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00

- Fix gcc 4.X build

PR:		ports/106736
Submitted by:	trasz
This commit is contained in:
Martin Wilke 2006-12-15 07:51:47 +00:00
parent a1e598fe4e
commit f87f4b4d18
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=179827

View File

@ -0,0 +1,11 @@
--- gnushogi/genmove.c.orig Fri Dec 15 00:14:06 2006
+++ gnushogi/genmove.c Fri Dec 15 00:15:04 2006
@@ -40,7 +40,7 @@
static short InCheck = false, GenerateAllMoves = false;
static short check_determined = false;
-static short INCscore = 0;
+short INCscore = 0;
short deepsearchcut = true;
short tas = false, taxs = false, ssa = false;