From: Jarkko Hietaniemi Date: Sat, 8 Jun 2002 16:16:46 +0000 (+0000) Subject: h2ph: Explain why parts of asm/*.h are skipped in Linux. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=377238032065164d317e5c90591b42257d3d70b2;p=p5sagit%2Fp5-mst-13.2.git h2ph: Explain why parts of asm/*.h are skipped in Linux. p4raw-id: //depot/perl@17101 --- diff --git a/utils/h2ph.PL b/utils/h2ph.PL index 094a275..2868414 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 () { last if /^}/;