1
0
mirror of https://github.com/sheumann/hush.git synced 2025-01-15 03:33:06 +00:00

Bastian Blank notices a couple of int64_ts that should have

been longs
This commit is contained in:
Eric Andersen 2004-06-22 19:07:21 +00:00
parent bb692cdb32
commit e983584c70

@ -13162,9 +13162,8 @@ static int arith_lookup_val(v_n_t *t)
static inline int 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)
{ {
int64_t numptr_val;
v_n_t *numptr_m1; v_n_t *numptr_m1;
int64_t 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