Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: architecture independent wordcode files (.zwc)
- X-seq: zsh-workers 14323
- From: "Bart Schaefer" <schaefer@xxxxxxxxxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxx
- Subject: Re: architecture independent wordcode files (.zwc)
- Date: Sun, 13 May 2001 17:10:48 +0000
- In-reply-to: <15102.5367.376732.431694@xxxxxxxxxxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- References: <15101.39024.899564.120545@xxxxxxxxxxxxxxxxxxxxxxx> <1010513004337.ZM7197@xxxxxxxxxxxxxxxxxxxxxxx> <15102.5367.376732.431694@xxxxxxxxxxxxxxxxxxxxxxx>
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
Messages sorted by:
Reverse Date,
Date,
Thread,
Author