Changed warning messages.

committer: mfx <mfx> 969522092 +0000
This commit is contained in:
Markus F.X.J. Oberhumer
2000-09-21 07:41:32 +00:00
parent 09447c215a
commit 536cd992be
+2 -2
View File
@@ -59,7 +59,7 @@ for $line (@lines)
} elsif ($line =~ /^(\%\w+)?\s*;/) {
# ok
} else {
print STDERR "$in:$i:warning:$line"
print STDERR "$in:$i:warning 1:$line"
}
}
@@ -71,7 +71,7 @@ for $line (@lines)
}
else
{
print STDERR "$in:$i:warning:$line";
print STDERR "$in:$i:warning 2:$line";
}
}
$line =~ s/\.ash/\.asy/ if ($line =~ /^\s*\%include/);