c2ph.PL fix
Larry W. Virden [Thu, 30 Jan 1997 13:49:19 +0000 (08:49 -0500)]
private-msgid: <199701301349.IAA16724@cas.org>

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