h2ph: Explain why parts of asm/*.h are skipped in Linux.
Jarkko Hietaniemi [Sat, 8 Jun 2002 16:16:46 +0000 (16:16 +0000)]
p4raw-id: //depot/perl@17101

utils/h2ph.PL

index 094a275..2868414 100644 (file)
@@ -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 /^}/;