Bastian Blank notices a couple of int64_ts that should have
authorEric Andersen <andersen@codepoet.org>
Tue, 22 Jun 2004 19:07:21 +0000 (19:07 -0000)
committerEric Andersen <andersen@codepoet.org>
Tue, 22 Jun 2004 19:07:21 +0000 (19:07 -0000)
been longs

shell/ash.c

index a1c4f346be6d2e4fef7872e09f3615a2105a0efe..2862f10324b694d31d7f83f3dfa79be5b48a0473 100644 (file)
@@ -13162,9 +13162,8 @@ static int arith_lookup_val(v_n_t *t)
 static inline int
 arith_apply(operator op, v_n_t *numstack, v_n_t **numstackptr)
 {
-       int64_t numptr_val;
        v_n_t *numptr_m1;
-       int64_t rez;
+       arith_t numptr_val, rez
        int ret_arith_lookup_val;
 
        if (NUMPTR == numstack) goto err; /* There is no operator that can work