From 6e1521ee04ea12f551f8c98d669b13ab13a25a8c Mon Sep 17 00:00:00 2001 From: "Arnold D. Robbins" Date: Wed, 17 Oct 2018 21:42:34 +0300 Subject: Handle comments after the `;' in for loops. --- awk.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'awk.h') diff --git a/awk.h b/awk.h index bc9ff9dc..8b3e23d7 100644 --- a/awk.h +++ b/awk.h @@ -298,7 +298,8 @@ typedef union bucket_item { enum commenttype { EOL_COMMENT = 1, - BLOCK_COMMENT + BLOCK_COMMENT, + FOR_COMMENT // special case }; /* string hash table */ -- cgit v1.2.3