From: Vincent Pit Date: Wed, 22 Jul 2015 14:24:48 +0000 (-0300) Subject: Rewrite the origin initialization loop in su_init() X-Git-Tag: rt104751~9 X-Git-Url: http://git.vpit.fr/?a=commitdiff_plain;h=f8031112ec9eddeae6ab2a23f703c80a456529c1;hp=f8031112ec9eddeae6ab2a23f703c80a456529c1;p=perl%2Fmodules%2FScope-Upper.git Rewrite the origin initialization loop in su_init() It used to iterate downward, and then the indices used were of the form a - i and b - i. ---