[kaffe] CVS kaffe (doogie): Various gcc and sparse fixes all
Adam Heath
doogie at debian.org
Tue Dec 21 11:03:04 PST 2004
On Tue, 21 Dec 2004, Timothy Stack wrote:
> > On Tue, 21 Dec 2004, Timothy Stack wrote:
>
> > > Eh? The "const" means the contents of the array aren't going to change,
> > > not that it points to static memory.
>
> > But you also can't free static memory.
> >
> > And yes, that was being attempted.
>
> When and where was this happening? Please be specific.
It's not that simple. Higher up in the chain const char * was being passed in
as char *, so I converted everything else to const.
More information about the kaffe
mailing list