summaryrefslogtreecommitdiff
path: root/awkgram.y
diff options
context:
space:
mode:
Diffstat (limited to 'awkgram.y')
-rw-r--r--awkgram.y3
1 files changed, 2 insertions, 1 deletions
diff --git a/awkgram.y b/awkgram.y
index cf43b621..74be2340 100644
--- a/awkgram.y
+++ b/awkgram.y
@@ -3867,10 +3867,11 @@ retry:
case '{':
if (++in_braces == 1)
firstline = sourceline;
+ /* fall through */
case ';':
case ',':
case '[':
- return lasttok = c;
+ return lasttok = c;
case ']':
c = nextc(true);
pushback();