Fix bugs in FRC castling rights
authorH.G. Muller <h.g.muller@hccnet.nl>
Wed, 2 Mar 2011 21:23:21 +0000 (22:23 +0100)
committerArun Persaud <apersaud@lbl.gov>
Fri, 4 Mar 2011 05:11:52 +0000 (21:11 -0800)
commitd652e590ebe341d1e9b35ab876569a72c13dfae7
tree4a2320b1255911b6f7455279411ccbda3b1e9a1a
parenta93d3ba04a4cff375cba07c37858e5b1061e90cc
Fix bugs in FRC castling rights

When parsing a castling move in FRC when no rights existed, the parser
returned 0 (= EndOfFile) rather than ImpossibleMove. The recognition of
the absence of rights was not adapted to the new encoding NoRights in
stead of -1.
parser.l