summaryrefslogtreecommitdiff
path: root/scripts/abilist.awk
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/abilist.awk')
-rw-r--r--scripts/abilist.awk3
1 files changed, 1 insertions, 2 deletions
diff --git a/scripts/abilist.awk b/scripts/abilist.awk
index bd740d4693..bad7c3807e 100644
--- a/scripts/abilist.awk
+++ b/scripts/abilist.awk
@@ -72,8 +72,7 @@ $2 == "g" || $2 == "w" && (NF == 7 || NF == 8) {
seen_opd = -1;
}
else if ($4 == "*ABS*") {
- type = "A";
- size = "";
+ next;
}
else if (type == "DO") {
type = "D";