Repair XBoard from node-count patch
authorH.G. Muller <h.g.muller@hccnet.nl>
Mon, 16 Sep 2013 20:27:50 +0000 (22:27 +0200)
committerH.G. Muller <h.g.muller@hccnet.nl>
Mon, 16 Sep 2013 20:27:50 +0000 (22:27 +0200)
commit19a31cbb25faf8b09ca5fd1ab7bb405f3f823452
treedf5e3e7ce1822050bf30d28d6ae53a1c21671683
parent4df745f07a4fb7fa7136763be313779df2a26255
Repair XBoard from node-count patch

u64 was #defined in backend.h, which unfortunately was almost alwats
(Not sure why WinBoard did not suffer from this!) This, and related
definitions have now been moved to common.h (which is always #included
first).
backend.h
common.h