This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perlbug -d non-interactive (with patch)
[perl5.git] / utils / c2ph.PL
index bd4da34..e732d4d 100644 (file)
@@ -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