remove test "goto err"

This commit is contained in:
Ulf Möller 2000-02-24 03:03:01 +00:00
parent 4ec2d4d2b3
commit ac9c1bcb81

View File

@ -71,8 +71,6 @@ print OUT "Target: $platform\n";
print OUT "Compiler: $cversion\n";
print OUT "\n";
goto err;
print "Checking compiler...\n";
if (open(TEST,">test.c")) {
print TEST "#include <stdio.h>\nmain(){printf(\"Hello world\\n\");}\n";