We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f042a5 commit f3568d9Copy full SHA for f3568d9
src/main/eval.c
@@ -7563,7 +7563,7 @@ static SEXP bcEval_loop(struct bcEval_locals *ploc)
7563
OP(PRINTVALUE, 0): PrintValue(BCNPOP()); NEXT();
7564
OP(STARTLOOPCNTXT, 2):
7565
{
7566
- Rboolean is_for_loop = GETOP();
+ int is_for_loop = GETOP();
7567
R_bcstack_t *oldtop = R_BCNodeStackTop;
7568
RCNTXT *cntxt = BCNALLOC_CNTXT();
7569
int break_offset = GETOP();
@@ -7610,7 +7610,7 @@ static SEXP bcEval_loop(struct bcEval_locals *ploc)
7610
}
7611
OP(ENDLOOPCNTXT, 1):
7612
7613
7614
if (is_for_loop) {
7615
int offset = GET_FOR_LOOP_BCPROT_OFFSET();
7616
DECLNK_stack(R_BCNodeStackBase + offset);
0 commit comments