Skip to content
Snippets Groups Projects
Commit f73b8120 authored by kolya's avatar kolya
Browse files

minor cleanup with STUB macro

parent c780dbf9
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment