cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re: patch for VMS build

From: Steve Little <steve.little_at_gmail.com>
Date: Tue, 24 Apr 2007 18:30:51 +0100

That ought to work fine too. The parens are certainly a good idea,
that was an oversight.

As for >32, I think i'd prefer ==64, since that's the only setting
that's been tested, and that's what's suggested by hp:

http://ftp.openvms.compaq.com/doc/732FINAL/5763/5763pro_008.html

http://h71000.www7.hp.com/commercial/c/docs/5492profile_008.html

Hope that's ok,

Steve

On 4/24/07, Yang Tse <yangsita_at_gmail.com> wrote:
> How about...
>
> #if defined(__INITIAL_POINTER_SIZE) && (__INITIAL_POINTER_SIZE > 32)
>
> instead of...
>
> #if defined(__INITIAL_POINTER_SIZE) && __INITIAL_POINTER_SIZE == 64
>
> --
> -=[Yang]=-
>
Received on 2007-04-24