backward compatible incomplete ? CALC expression

This commit is contained in:
2021-08-19 11:24:25 +02:00
parent 9a17604e70
commit ddad6e7b6f
2 changed files with 5 additions and 3 deletions
+2
View File
@@ -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;