From 536cd992be2c3160d2c99e7b228c732686c0d46e Mon Sep 17 00:00:00 2001 From: "Markus F.X.J. Oberhumer" Date: Thu, 21 Sep 2000 07:41:32 +0000 Subject: [PATCH] Changed warning messages. committer: mfx 969522092 +0000 --- src/stub/scripts/app.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/stub/scripts/app.pl b/src/stub/scripts/app.pl index 548271de..7d90af8b 100644 --- a/src/stub/scripts/app.pl +++ b/src/stub/scripts/app.pl @@ -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/);