Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: 4.1.1 doesn't compile
- X-seq: zsh-workers 18661
 
- From: Zefram <zefram@xxxxxxxx>
 
- To: Oliver Kiddle <okiddle@xxxxxxxxxxx>
 
- Subject: Re: 4.1.1 doesn't compile
 
- Date: Thu, 26 Jun 2003 12:23:31 +0100
 
- Cc: Tomi.Vainio@xxxxxxx, zsh-workers@xxxxxxxxxx
 
- In-reply-to: <21028.1056534512@xxxxxxxxxxx>
 
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
 
- References: <16120.21181.974421.168422@xxxxxxxxxxxxxxxxxxxxxxxx> <13714.1056468548@xxxxxxxxxxx> <16121.23378.685635.437515@xxxxxxxxxxxxxxxxxxxxxxxx> <21028.1056534512@xxxxxxxxxxx>
 
Oliver Kiddle wrote:
>     #define DIGBUFSIZE ((int)(((sizeof(zlong) * 8) - 1) * 0.30103) + 3)
In C89, the definition of a constant expression excludes floating-point
operations.  Some compilers allow floating point operations in constants
as an extension.
-zefram
Messages sorted by:
Reverse Date,
Date,
Thread,
Author