diff options
Diffstat (limited to 'editors/awk.c')
-rw-r--r-- | editors/awk.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/editors/awk.c b/editors/awk.c index 9905be092..af8958925 100644 --- a/editors/awk.c +++ b/editors/awk.c | |||
@@ -1211,6 +1211,7 @@ static void chain_group(void) { | |||
1211 | 1211 | ||
1212 | if (c & TC_GRPSTART) { | 1212 | if (c & TC_GRPSTART) { |
1213 | while(next_token(TC_GRPSEQ | TC_GRPTERM) != TC_GRPTERM) { | 1213 | while(next_token(TC_GRPSEQ | TC_GRPTERM) != TC_GRPTERM) { |
1214 | if (t.tclass & TC_NEWLINE) continue; | ||
1214 | rollback_token(); | 1215 | rollback_token(); |
1215 | chain_group(); | 1216 | chain_group(); |
1216 | } | 1217 | } |