From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14458 invoked from network); 26 Jun 2003 11:23:37 -0000 Received: from sunsite.dk (130.225.247.90) by ns1.primenet.com.au with SMTP; 26 Jun 2003 11:23:37 -0000 Received: (qmail 14883 invoked by alias); 26 Jun 2003 11:23:32 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 18661 Received: (qmail 14876 invoked from network); 26 Jun 2003 11:23:32 -0000 Received: from localhost (HELO sunsite.dk) (127.0.0.1) by localhost with SMTP; 26 Jun 2003 11:23:32 -0000 X-MessageWall-Score: 0 (sunsite.dk) Received: from [195.167.170.152] by sunsite.dk (MessageWall 1.0.8) with SMTP; 26 Jun 2003 11:23:32 -0000 Received: from zefram by bowl.fysh.org with local (Exim 3.35 #1 (Debian)) id 19VUqh-0003Vr-00; Thu, 26 Jun 2003 12:23:31 +0100 Date: Thu, 26 Jun 2003 12:23:31 +0100 To: Oliver Kiddle Cc: Tomi.Vainio@Sun.COM, zsh-workers@sunsite.dk Subject: Re: 4.1.1 doesn't compile Message-ID: <20030626112331.GF21608@fysh.org> References: <16120.21181.974421.168422@ultrahot.finland.sun.com> <13714.1056468548@gmcs3.local> <16121.23378.685635.437515@ultrahot.finland.sun.com> <21028.1056534512@gmcs3.local> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <21028.1056534512@gmcs3.local> User-Agent: Mutt/1.3.28i From: Zefram 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