[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH] change htags warning message
From: |
Hideki IWAMOTO |
Subject: |
[PATCH] change htags warning message |
Date: |
Fri, 07 Mar 2003 23:14:18 +0900 |
Index: htags/htags.in
===================================================================
RCS file: /cvsroot/global/global/htags/htags.in,v
retrieving revision 1.99
diff -u -r1.99 htags.in
--- htags/htags.in 6 Mar 2003 15:09:13 -0000 1.99
+++ htags/htags.in 7 Mar 2003 14:06:01 -0000
@@ -2152,7 +2152,7 @@
$count++;
push(@links, $href);
} else {
- print STDERR "Error:
$file $LNO $TAG($TYPE) tag must exist.\n" if ($'wflag);
+ print STDERR "Warning:
$file $LNO $TAG($TYPE) tag must exist.\n" if ($'wflag);
}
} else {
if (s/\b$TAG([
\t\004]*\()/\005$count\005$1/ || s/\b$TAG\b/\005$count\005/ ||
s/\b_$TAG\b/_\005$count\005/)
@@ -2160,7 +2160,7 @@
$count++;
push(@links, $href);
} else {
- print STDERR "Error:
$file $LNO $TAG($TYPE) tag must exist.\n" if ($'wflag);
+ print STDERR "Warning:
$file $LNO $TAG($TYPE) tag must exist.\n" if ($'wflag);
}
}
} else {
@@ -2172,7 +2172,7 @@
for ($count = 0; @links; $count++) {
$s = shift @links;
unless (s/\005$count\005/$s/) {
- print STDERR "Error: $file $LNO
$TAG($TYPE) tag must exist.\n" if ($'wflag);
+ print STDERR "Warning: $file $LNO
$TAG($TYPE) tag must exist.\n" if ($'wflag);
}
}
s/\016/$'brace_begin/g;
----
Hideki IWAMOTO address@hidden
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [PATCH] change htags warning message,
Hideki IWAMOTO <=