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:
5344da4
)
c2ph.PL fix
author
Larry W. Virden
<lvirden@cas.org>
Thu, 30 Jan 1997 13:49:19 +0000
(08:49 -0500)
committer
Chip Salzenberg
<chip@atlantic.net>
Tue, 4 Feb 1997 05:47:00 +0000
(17:47 +1200)
private-msgid: <
199701301349
.IAA16724@cas.org>
utils/c2ph.PL
patch
|
blob
|
history
diff --git
a/utils/c2ph.PL
b/utils/c2ph.PL
index bd4da34b61a4128928607786bbb332ecff3c9375..e732d4d52ae0446c82ed479b2415cae8b912d433 100644
(file)
--- a/
utils/c2ph.PL
+++ b/
utils/c2ph.PL
@@
-1251,7
+1251,7
@@
main() {
EOF
for $type (@intrinsics) {
- next if !type || $type eq 'void' || $type =~ /complex/; # sun stuff
+ next if !
$
type || $type eq 'void' || $type =~ /complex/; # sun stuff
print <<"EOF";
printf(mask,sizeof($type), "$type");
EOF