summaryrefslogtreecommitdiff
path: root/utils/c2ph.PL
diff options
context:
space:
mode:
Diffstat (limited to 'utils/c2ph.PL')
-rw-r--r--utils/c2ph.PL2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/c2ph.PL b/utils/c2ph.PL
index bd4da34b61..e732d4d52a 100644
--- 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