summaryrefslogtreecommitdiff
path: root/cygwin
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2012-11-23 20:40:39 -0800
committerFather Chrysostomos <sprout@cpan.org>2012-11-24 07:35:50 -0800
commit7e18702058e5564da44e84546c67056637b62d83 (patch)
tree991f7065a3abcbaab154bb183a4f726ec319e727 /cygwin
parent8daf8916b49984fc91791e8265cd7e1ca36b836c (diff)
downloadperl-7e18702058e5564da44e84546c67056637b62d83.tar.gz
op.c:newATTRSUB: Change an if condition to an else
In one spot we have if(blah blah balh) {...} followed by if (<exactly the opposite>). We can just change the second if to an else, since the condition is not going to change here. This brings newATTRSUB and newMYSUB slightly closer, allowing me to factor some of it out into a static routine in the next commit.
Diffstat (limited to 'cygwin')
0 files changed, 0 insertions, 0 deletions