Subject: Re: making programs 64bit clean
To: Tim Rightnour <root@garbled.net>
From: Chris G. Demetriou <cgd@pa.dec.com>
List: port-alpha
Date: 06/18/1998 12:55:30
> I'm trying to make a pkg 64bit clean, and am running into an error that has me
> stumped.  I resorted to typecasting just about everything, and Managed to cut
> the offending code down to one line:
> 
> int i;
>   (char **)malloc(i * sizeof(char **));
> which returns: 
> warning: cast to pointer from integer of different size

Include the header that prototypes malloc().


cgd