Skip to content

Commit 1b863e4

Browse files
author
Branislav Zahradník
committed
fixup! [parser] new_block_statement - deduplicate "a block is a loop that happens once"
1 parent caa5a36 commit 1b863e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

embed.fnc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2289,7 +2289,7 @@ ARdp |OP * |newBINOP |I32 type \
22892289
|I32 flags \
22902290
|NULLOK OP *first \
22912291
|NULLOK OP *last
2292-
p |OP * |new_block_statement \
2292+
pd |OP * |new_block_statement \
22932293
|NN OP *block \
22942294
|NULLOK OP *cont
22952295
ARdp |OP * |newCONDOP |I32 flags \

0 commit comments

Comments
 (0)