]> git.vpit.fr Git - perl/modules/Scope-Upper.git/commit
Fix off-by-one error in su_uplevel_ud->si initialization
authorVincent Pit <perl@profvince.com>
Mon, 9 Nov 2015 17:45:27 +0000 (15:45 -0200)
committerVincent Pit <perl@profvince.com>
Mon, 9 Nov 2015 17:45:27 +0000 (15:45 -0200)
commitda5a83af50b62d200a1255f470a1403a342da901
tree35d6a624677a899679a6646505df584d42dbc572
parent74b0ee997905290c58059ad517b91462503b1c10
Fix off-by-one error in su_uplevel_ud->si initialization

si->si_cxmax is the last available context slot, hence should be -1 if we
don't allocate any.
Upper.xs