Subject: [PATCH] h2ph vs __asm__
Message-ID: <
20041125172443.757a4833@dhcp123.mandrakesoft.com>
p4raw-id: //depot/perl@23547
exit $Exit;
sub expr {
+ $new = '"(assembly code)"' and return if /\b__asm__\b/; # freak out.
my $joined_args;
if(keys(%curargs)) {
$joined_args = join('|', keys(%curargs));