Pass variadic array cell arguments by temporarily storing them on the heap
This commit is contained in:
parent
c9ad518d52
commit
99304f5cdf
@ -2338,7 +2338,7 @@ static int nesting=0;
|
||||
nest_stkusage++;
|
||||
} /* if */
|
||||
} else if (lval.ident==iCONSTEXPR || lval.ident==iEXPRESSION
|
||||
|| lval.ident==iARRAYCHAR)
|
||||
|| (lval.ident==iARRAYCELL && !lvalue) || lval.ident==iARRAYCHAR)
|
||||
{
|
||||
/* fetch value if needed */
|
||||
if (lval.ident==iARRAYCHAR)
|
||||
|
Loading…
x
Reference in New Issue
Block a user