This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Transform the loop in rpeep that handles the undeferred ops
authorVincent Pit <vince@profvince.com>
Mon, 18 Jul 2011 22:22:31 +0000 (00:22 +0200)
committerVincent Pit <vince@profvince.com>
Mon, 18 Jul 2011 22:22:53 +0000 (00:22 +0200)
commitcd197e1e6cdf55043b0cf56f5dbe8fc0c5426002
treeba66a80b0fa20e605a5fa9a21b4a4c1f664fad6a
parent00680da2f2a66e2338d9c1b1efd49d04598fb77d
Transform the loop in rpeep that handles the undeferred ops

Following commit f11ca51e41e898a77f1fd33b9e0371e69b1be73a, it is possible
to rewrite this loop to make it slightly more readable.

There should be no functional changes.
op.c