From 86a4d4a1181daaf36582e25f824e83c80a4f4aaa Mon Sep 17 00:00:00 2001 From: zawz Date: Wed, 19 May 2021 16:48:23 +0200 Subject: [PATCH] fix compacted case parsing bug --- src/parse.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/parse.cpp b/src/parse.cpp index 16948a2..f6150ef 100644 --- a/src/parse.cpp +++ b/src/parse.cpp @@ -1566,8 +1566,6 @@ std::pair parse_case(parse_context ctx) { parse_error("Unexpected token ';'", ctx); } - - ctx.i++; ctx.i=skip_unread(ctx); }