This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl.c: Use loop to clear array
authorKarl Williamson <public@khwilliamson.com>
Thu, 13 Dec 2012 03:17:10 +0000 (20:17 -0700)
committerKarl Williamson <public@khwilliamson.com>
Sat, 22 Dec 2012 18:11:28 +0000 (11:11 -0700)
commit9c0b68885345dfc017948c78b79c222b1468d96c
treedc28ee502741eceb26ff764147c53868caaa5279
parentb44daeeb190231d5713adfe3407398da836d42e5
perl.c: Use loop to clear array

These SV* variables are now in an array, and its cleaner to use a loop
instead of doing it individually.
perl.c