Import of pkgsrc-2015Q1

This commit is contained in:
2015-04-22 14:34:26 +02:00
committed by Lionel Sambuc
parent 9a8c06dafb
commit 4af1cdf7a9
25114 changed files with 870550 additions and 795435 deletions

View File

@@ -0,0 +1,15 @@
$NetBSD: patch-src_hash.cpp,v 1.1 2014/09/11 16:59:16 jperkin Exp $
Avoid 'move' conflict.
--- src/hash.cpp.orig 2014-08-17 11:03:08.000000000 +0000
+++ src/hash.cpp
@@ -211,7 +211,7 @@ void put_hash(h_code (*h_key), int score
//--------------------------------------------
// function to find and return a hash entry
//--------------------------------------------
-int get_hash(h_code (*h_key), int *hflag, int *hdepth, int *mate_ext, move *gmove, int ply)
+int get_hash(h_code (*h_key), int *hflag, int *hdepth, int *mate_ext, my_move *gmove, int ply)
{
hash_bucket *h; int best_depth_rec = -1;