Fix node count range
authorH.G. Muller <h.g.muller@hccnet.nl>
Sun, 15 Sep 2013 17:28:54 +0000 (19:28 +0200)
committerH.G. Muller <h.g.muller@hccnet.nl>
Sun, 15 Sep 2013 17:28:54 +0000 (19:28 +0200)
commitc868c606c9f68e432e281003c221584469afe56b
treed251320964abbf8d3e887d0cafdce8ff0740e4cf
parent5860353e5bf15b88838ac4bacb1e3e56b0ac8383
Fix node count range

The node count was still clipped to 32 bit because one of the structs
it passes through (FrontEndProgramStats) had the nodes field declared
as an unsigned long.
frontend.h