From 7df477d5825777b02ed425fa170debe58920b7b3 Mon Sep 17 00:00:00 2001 From: andersen Date: Tue, 22 Jun 2004 19:07:21 +0000 Subject: Bastian Blank notices a couple of int64_ts that should have been longs git-svn-id: svn://busybox.net/trunk/busybox@8919 69ca8d6d-28ef-0310-b511-8ec308f3f277 --- shell/ash.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'shell') diff --git a/shell/ash.c b/shell/ash.c index a1c4f346b..2862f1032 100644 --- a/shell/ash.c +++ b/shell/ash.c @@ -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 -- cgit v1.2.3-55-g6feb