[prev in list] [next in list] [prev in thread] [next in thread] 

List:       busybox
Subject:    Re: [BusyBox] Ash Compile error with latest CVS
From:       Glenn McGrath <bug1 () iinet ! net ! au>
Date:       2004-06-25 7:07:10
Message-ID: 20040625170710.71cbebaf.bug1 () iinet ! net ! au
[Download RAW message or body]

On Wed, 23 Jun 2004 12:53:01 -0600
Brett Hunt <bhunt@myrealbox.com> wrote:

> It seems there is an issue with the latest CVS version of shell/ash.c

> #ifdef CONFIG_ASH_MATH_SUPPORT
> #ifdef CONFIG_ASH_MATH_SUPPORT_64
> typedef int64_t arith_t;
> #else
> typedef long arith_t;
> #endif
> static arith_t dash_arith(const char *);
> static arith_t arith(const char *expr, int *perrcode);
> #endif
> 
> Either arith_t must be defined for all cases, and specially handled
> for math support or math support will have to be required.


I moved the #ifdef up, so now arith_t is always defined.

Thanks for the bug report.


Glenn


_______________________________________________
busybox mailing list
busybox@mail.busybox.net
http://codepoet.org/mailman/listinfo/busybox


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic