##// END OF EJS Templates
parsers: avoid signed integer overflow in calculation of leaf-node index...
parsers: avoid signed integer overflow in calculation of leaf-node index If v = -INT_MAX - 1, -v would exceed INT_MAX. I don't think this would cause problems such as issue4627, but we can't blame it as a compiler bug because signed integer overflow is undefined in C.

File last commit:

r9999:f91e5630 default
r24879:b3142ea2 stable
Show More
index.tmpl
2 lines | 30 B | application/x-cheetah | CheetahLexer
Dan Villiom Podlaski Christiansen
setup: install translation files as package data...
r9999 {header}
{entries%indexentry}