diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2002-06-08 16:16:46 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2002-06-08 16:16:46 +0000 |
commit | 377238032065164d317e5c90591b42257d3d70b2 (patch) | |
tree | 6535e2f7ec4e57eba6fb7eb662d50ed25358950c /utils | |
parent | 7fedbb5487804015ac78291eea0ae8cc3946bb70 (diff) | |
download | perl-377238032065164d317e5c90591b42257d3d70b2.tar.gz |
h2ph: Explain why parts of asm/*.h are skipped in Linux.
p4raw-id: //depot/perl@17101
Diffstat (limited to 'utils')
-rw-r--r-- | utils/h2ph.PL | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/h2ph.PL b/utils/h2ph.PL index 094a275015..2868414685 100644 --- a/utils/h2ph.PL +++ b/utils/h2ph.PL @@ -449,7 +449,7 @@ sub next_line } next READ; } - if ($in =~ /^extern inline / && + if ($in =~ /^extern inline / && # Inlined assembler. $^O eq 'linux' && $file =~ m!(?:^|/)asm/[^/]+\.h$!) { while (<IN>) { last if /^}/; |