Skip to content

Commit

Permalink
whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
coke committed Dec 29, 2010
1 parent dd03d3c commit c8161fc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions config/auto/pmc.pm
Original file line number Diff line number Diff line change
Expand Up @@ -113,10 +113,10 @@ END
my $optimize = $conf->data->get('optimize');

foreach my $header (split ' ', $parent_headers) {
$o_deps{$header} = 1;
$o_deps{$header} = 1;
}
foreach my $header (split ' ', $include_headers) {
$o_deps{$header} = 1;
$o_deps{$header} = 1;
}

# includes of includes
Expand Down Expand Up @@ -335,8 +335,8 @@ sub get_includes {
next unless /^\s*#include\s+"(.*)"\s+$/;
my $include = $1;
if ($include =~ m{^parrot}) { # main parrot include dir
next if $include eq "parrot/parrot.h"; # already implicit everywhere.
next if $include eq "parrot/io.h"; # already implicit everywhere.
next if $include eq "parrot/parrot.h"; # already implicit everywhere.
next if $include eq "parrot/io.h"; # already implicit everywhere.
$include = "include/" . $include;
} elsif ($include =~ m/^pmc_|\.str$/) { # local pmc header
$include = "src/pmc/" . $include;
Expand Down

0 comments on commit c8161fc

Please sign in to comment.