projects
/
platform
/
upstream
/
perl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
47bfe92
)
Confused by "#if &__GNUC_PREREQ (2,97)"
author
Michael G. Schwern
<schwern@pobox.com>
Sat, 21 Apr 2001 09:48:00 +0000
(10:48 +0100)
committer
Jarkko Hietaniemi
<jhi@iki.fi>
Sat, 21 Apr 2001 15:03:32 +0000
(15:03 +0000)
Message-ID: <
20010421094759
.B19736@blackrider.blackstar.co.uk>
p4raw-id: //depot/perl@9769
utils/h2ph.PL
patch
|
blob
|
history
diff --git
a/utils/h2ph.PL
b/utils/h2ph.PL
index ab6cad9560921378445b53fbadd058d18c8e1e6c..d852fc24222ea0c35df2cf8683e244737f54cdb6 100644
(file)
--- a/
utils/h2ph.PL
+++ b/
utils/h2ph.PL
@@
-370,8
+370,8
@@
sub expr {
$new .= '->' if /^[\[\{]/;
} elsif ($id eq 'defined') {
$new .= 'defined';
- } elsif (/^\(/) {
- s/^\
((\w),/("$1",/ if $id =~ /^_IO[WR]*$/i;
# cheat
+ } elsif (/^\
s*\
(/) {
+ s/^\
s*\((\w),/("$1",/ if $id =~ /^_IO[WR]*$/i;
# cheat
$new .= " &$id";
} elsif ($isatype{$id}) {
if ($new =~ /{\s*$/) {