[GRASS5] changing malloc.h

Developers

As there were reported problems compiling files with #include <malloc.h>
on Mac OS X, I have changed the (very few) references to this to
#include <stdlib.h>. I think all platforms implicitly include malloc
routines in stdlib.h, which is how the vast majority of GRASS files
include these rouitnes, but please report if there are any problems

David

----------------------------------------
If you want to unsubscribe from GRASS Development Team mailing list write to:
minordomo@geog.uni-hannover.de with
subject 'unsubscribe grass5'

On Fri, Jan 26, 2001 at 09:06:50PM +0000, David D Gray wrote:

Developers

As there were reported problems compiling files with #include <malloc.h>
on Mac OS X, I have changed the (very few) references to this to
#include <stdlib.h>. I think all platforms implicitly include malloc
routines in stdlib.h, which is how the vast majority of GRASS files
include these rouitnes, but please report if there are any problems

David
compiles well on Linux and Solaris. Will try CRAY later.

Thanks,

Markus

----------------------------------------
If you want to unsubscribe from GRASS Development Team mailing list write to:
minordomo@geog.uni-hannover.de with
subject 'unsubscribe grass5'