* exgettext: Only handle Warn when followed by '('.
From-SVN: r165835
This commit is contained in:
parent
c7532b2de4
commit
965e7f22cb
@ -1,3 +1,7 @@
|
||||
2010-10-22 Joseph Myers <joseph@codesourcery.com>
|
||||
|
||||
* exgettext: Only handle Warn when followed by '('.
|
||||
|
||||
2010-10-13 Joseph Myers <joseph@codesourcery.com>
|
||||
|
||||
* vi.po: Update.
|
||||
|
@ -234,7 +234,7 @@ echo "scanning option files..." >&2
|
||||
printf("#line %d \"%s\"\n", lineno, file)
|
||||
printf("_(\"%s\")\n", line)
|
||||
}
|
||||
if ((field == 1) && /Warn/) {
|
||||
if ((field == 1) && /Warn\(/) {
|
||||
line = $0
|
||||
sub(".*Warn\\(", "", line)
|
||||
if (line ~ "^{") {
|
||||
|
Loading…
Reference in New Issue
Block a user