summaryrefslogtreecommitdiff
path: root/runoff
diff options
context:
space:
mode:
Diffstat (limited to 'runoff')
-rwxr-xr-xrunoff4
1 files changed, 3 insertions, 1 deletions
diff --git a/runoff b/runoff
index f2cbc01..3da62b4 100755
--- a/runoff
+++ b/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