minor cleanup with STUB macro
This commit is contained in:
parent
c780dbf967
commit
f73b81205e
1 changed files with 3 additions and 1 deletions
4
runoff
4
runoff
|
@ -151,7 +151,9 @@ done
|
|||
) >alltext
|
||||
|
||||
perl -n -e 'print if s/^([0-9]+ [a-zA-Z0-9_]+)\(.*$/\1/;' alltext |
|
||||
egrep -v ' (usage|main|if|for)$' >>defs
|
||||
egrep -v ' (STUB|usage|main|if|for)$' >>defs
|
||||
#perl -n -e 'print if s/^([0-9]+) STUB\(([a-zA-Z0-9_]+)\)$/\1 \2/;' alltext \
|
||||
# >>defs
|
||||
(
|
||||
>s.defs
|
||||
|
||||
|
|
Loading…
Reference in a new issue