enforcing fixup
This commit is contained in:
parent
f6c8225f8c
commit
aa6226fefb
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ BEGIN {
|
|||
|
||||
{
|
||||
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";
|
||||
error++;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue