Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
RE: PATCH: pws-18: 64-bit integer support
- X-seq: zsh-workers 6309
- From: "Andrej Borsenkow" <borsenkow.msk@xxxxxx>
- To: "Peter Stephenson" <pws@xxxxxxxxxxxxxxxxx>, "Zsh hackers list" <zsh-workers@xxxxxxxxxxxxxx>
- Subject: RE: PATCH: pws-18: 64-bit integer support
- Date: Tue, 18 May 1999 20:07:04 +0400
- Importance: Normal
- In-reply-to: <9905181431.AA28595@xxxxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
checking if long is 64 bits... yes
./configure: syntax error at line 3371: `zsh_64_BIT_TYPE' unexpected
zsh_64_BIT_TYPE is not defined anywhere (as far a I can tell)
[AC_TRY_RUN([int main() { return sizeof(long) < 8; }],
zsh_cv_long_is_64_bit=yes,
zsh_cv_long_is_64_bit=no,
zsh_cv_long_is_64_bit=no)])
Should it not be "return sizeof(long) >= 8"? Or at least sizeof(long) == 8?
/andrej
Messages sorted by:
Reverse Date,
Date,
Thread,
Author