[GRASS5] PATCH: lib/imagery

Glynn Clements glynn at gclements.plus.com
Sat May 7 00:50:04 EDT 2005


Brad Douglas wrote:

> I posted this patch some time ago, but I just noticed today that it not
> applied.  I thought it had been, but maybe it was backed out for some
> reason.
> 
> I post again.  It removes "struct Tape_Info" and related functions.  It
> also removes I_malloc(), I_realloc() and I_free() in favor of G_*().
> 
> Any objections to me applying or did someone find a (legacy) use for the
> tape functions?

None here.

Also, as you have already identified the I_malloc/I_realloc calls, it
would be nice to remove the type casts. As G_malloc/G_realloc return
void*, the casts are unnecessary.

-- 
Glynn Clements <glynn at gclements.plus.com>




More information about the grass-dev mailing list