From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1884 invoked from network); 13 May 2001 17:11:49 -0000 Received: from sunsite.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 13 May 2001 17:11:49 -0000 Received: (qmail 22977 invoked by alias); 13 May 2001 17:11:40 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 14323 Received: (qmail 22964 invoked from network); 13 May 2001 17:11:38 -0000 From: "Bart Schaefer" Message-Id: <1010513171048.ZM8231@candle.brasslantern.com> Date: Sun, 13 May 2001 17:10:48 +0000 In-Reply-To: <15102.5367.376732.431694@paullew-ultra.cisco.com> Comments: In reply to Paul Lew "Re: architecture independent wordcode files (.zwc)" (May 12, 10:00pm) References: <15101.39024.899564.120545@paullew-ultra.cisco.com> <1010513004337.ZM7197@candle.brasslantern.com> <15102.5367.376732.431694@paullew-ultra.cisco.com> X-Mailer: Z-Mail (5.0.0 30July97) To: zsh-workers@sunsite.dk Subject: Re: architecture independent wordcode files (.zwc) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii A thought that occurred to me, though I don't know if this is actually the problem Paul is having: /********************************************/ /* Defintions for word code */ /********************************************/ typedef unsigned int wordcode; typedef wordcode *Wordcode; There are architectures where `unsigned int' is 16 bits or 64 bits. We should be determining a 32-bit type via configure and using it here. -- Bart Schaefer Brass Lantern Enterprises http://www.well.com/user/barts http://www.brasslantern.com Zsh: http://www.zsh.org | PHPerl Project: http://phperl.sourceforge.net