From 1457aab67141409f57d25c06f86e227d92808da3 Mon Sep 17 00:00:00 2001 From: "Arnold D. Robbins" Date: Fri, 2 Aug 2013 17:42:03 -0400 Subject: Further attempt on comments. Not so good. --- awkgram.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'awkgram.c') diff --git a/awkgram.c b/awkgram.c index d087b140..1ca90845 100644 --- a/awkgram.c +++ b/awkgram.c @@ -7601,9 +7601,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) -- cgit v1.2.3