Wrap kif comments in braces
authorH.G.Muller <hgm@hgm-xboard.(none)>
Mon, 2 Mar 2015 21:12:36 +0000 (22:12 +0100)
committerH.G.Muller <hgm@hgm-xboard.(none)>
Thu, 7 May 2015 18:53:33 +0000 (20:53 +0200)
commitfe8b9b8e74f9192cffffb8e0eb95227a0eab086b
tree7b2533a61cfd269b06b14c32797dea4e06fa68ea
parent7b721be1faca2a8524f56ab9e414d0bb97215765
Wrap kif comments in braces

The parser assumes that a text that parsed as comment contained
enclosing braces, but in kif files we have to apply those ourselves,
to prevent a bare comment (starting with '*'!) to appear between the moves.
parser.c