projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
7fedbb5
)
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
patch
|
blob
|
blame
|
history
diff --git
a/utils/h2ph.PL
b/utils/h2ph.PL
index
094a275
..
2868414
100644
(file)
--- 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 /^}/;