backward compatible incomplete ? CALC expression
This commit is contained in:
@@ -428,10 +428,12 @@ LIBCOM_API long
|
||||
pstacktop--;
|
||||
}
|
||||
|
||||
/*
|
||||
if (cond_count != 0) {
|
||||
*perror = CALC_ERR_CONDITIONAL;
|
||||
goto bad;
|
||||
}
|
||||
*/
|
||||
if (runtime_depth > 1) {
|
||||
*perror = CALC_ERR_TOOMANY;
|
||||
goto bad;
|
||||
|
||||
Reference in New Issue
Block a user