aboutsummaryrefslogtreecommitdiffstats
path: root/awkgram.y
diff options
context:
space:
mode:
Diffstat (limited to 'awkgram.y')
-rw-r--r--awkgram.y6
1 files changed, 5 insertions, 1 deletions
diff --git a/awkgram.y b/awkgram.y
index 68a328ea..f6013779 100644
--- a/awkgram.y
+++ b/awkgram.y
@@ -5053,9 +5053,13 @@ append_rule(INSTRUCTION *pattern, INSTRUCTION *action)
action),
tp);
}
-
}
+// if (comment != NULL) {
+// ip = list_prepend(ip, comment);
+// comment = NULL;
+// }
+
list_append(rule_list, rp + 1);
if (rule_block[rule] == NULL)