Make length of repeat key symbolic
authorH.G.Muller <hgm@hgm-xboard.(none)>
Tue, 10 Apr 2018 19:48:18 +0000 (21:48 +0200)
committerH.G.Muller <hgm@hgm-xboard.(none)>
Thu, 12 Apr 2018 07:13:50 +0000 (09:13 +0200)
commit9336f63a5e043e03cf0e957364c110a161d229f8
tree307bbbc1546cfe5a7e4de93bb746216dcdcb9072
parentce081b5204aa8e7deea2cc321277c77e11a1a88b
Make length of repeat key symbolic

The number of bits of the boar key in the total repeat key is now #defined
by a macro REPLEN, instead of being a numeric constant. (The remaining bits
contain the evaluation score.) This way it can be easily changed. (Which
might be needed to prevent overflow of the evaluation part, at the expense
of more false repetition detects.)
dropper.c