Stupidity-1, Erik-0
This commit is contained in:
parent
e983584c70
commit
fac312d78b
@ -13163,7 +13163,7 @@ static inline int
|
|||||||
arith_apply(operator op, v_n_t *numstack, v_n_t **numstackptr)
|
arith_apply(operator op, v_n_t *numstack, v_n_t **numstackptr)
|
||||||
{
|
{
|
||||||
v_n_t *numptr_m1;
|
v_n_t *numptr_m1;
|
||||||
arith_t numptr_val, rez
|
arith_t numptr_val, rez;
|
||||||
int ret_arith_lookup_val;
|
int ret_arith_lookup_val;
|
||||||
|
|
||||||
if (NUMPTR == numstack) goto err; /* There is no operator that can work
|
if (NUMPTR == numstack) goto err; /* There is no operator that can work
|
||||||
|
Loading…
Reference in New Issue
Block a user