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:
01d2496
)
One too many ('s in change #28043.
author
Steve Peters
<steve@fisharerojo.org>
Tue, 2 May 2006 02:50:33 +0000
(
02:50
+0000)
committer
Steve Peters
<steve@fisharerojo.org>
Tue, 2 May 2006 02:50:33 +0000
(
02:50
+0000)
p4raw-link: @28043 on //depot/perl:
e9014798f4f634151d92887db69bde2b6ef69071
p4raw-id: //depot/perl@28046
ext/Errno/Errno_pm.PL
patch
|
blob
|
history
diff --git
a/ext/Errno/Errno_pm.PL
b/ext/Errno/Errno_pm.PL
index 97e0466cb0105bad54c258be1d014b06708a2ac1..a2cd26e63dc7d7108c9d9987b2789b94582b6c04 100644
(file)
--- a/
ext/Errno/Errno_pm.PL
+++ b/
ext/Errno/Errno_pm.PL
@@
-141,7
+141,7
@@
sub get_files {
$file{$1} = 1;
}
} elsif ($^O eq 'linux' &&
-
(
$Config{gccversion} ne '' &&
+
$Config{gccversion} ne '' &&
$Config{gccversion} !~ /intel/i
# might be using, say, Intel's icc
) {