enforcing fixup
This commit is contained in:
parent
4bfd26623f
commit
6ccb2d54bc
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ BEGIN {
|
||||||
|
|
||||||
{
|
{
|
||||||
if ($1 == "defined") {
|
if ($1 == "defined") {
|
||||||
if ($3 in symtab) {
|
if ($3 !~ /^\.refptr\./ && $3 in symtab) {
|
||||||
printf "%s in %s is duplicated in %s\n", $3, $2, symtab[$3] >"/dev/stderr";
|
printf "%s in %s is duplicated in %s\n", $3, $2, symtab[$3] >"/dev/stderr";
|
||||||
error++;
|
error++;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue