Suppress trying to print out macro arity in normal listings.
This commit is contained in:
parent
f76d15d4a7
commit
de18297a39
1 changed files with 1 additions and 1 deletions
|
@ -103,7 +103,7 @@ class CrossRefLister(CrossRef):
|
|||
if nrefs == 0:
|
||||
print "%s: %s macro %s is unused" % (defn, type, name)
|
||||
else:
|
||||
print "%s: %s macro %s (%d args) is used in %d files:" % (defn, type, name, defn.arity, nrefs)
|
||||
print "%s: %s macro %s is used in %d files:" % (defn, type, name, nrefs)
|
||||
defn.dump_references()
|
||||
sorted = self.fileref.keys()
|
||||
sorted.sort()
|
||||
|
|
Loading…
Add table
Reference in a new issue