Arg, looks like I'm on a roll today. Ignore this latest patch. Looks like this particular line was needed with the recent set of changes, and the below patch compilation of resources.c. I need to learn to test even the most trivial of changes, as my assumptions changed out from under me.
Just be glad I don't have commit access. ;) Mike Lambert Mike Lambert wrote: > Date: Sun, 19 May 2002 21:43:22 -0400 (EDT) > From: Mike Lambert <[EMAIL PROTECTED]> > To: Melvin Smith <[EMAIL PROTECTED]> > Cc: [EMAIL PROTECTED] > Subject: Re: [PATCH] Warnings cleanup > > > Mostly applied. Here is your rejected hunk, sir. > > Much appreciated. Looks like Peter's patch also did some of the same > formatting fixes. Below is a re-patch that fixes the problem. > > Mike Lambert > > Index: resources.c > =================================================================== > RCS file: /cvs/public/parrot/resources.c,v > retrieving revision 1.55 > diff -u -r1.55 resources.c > --- resources.c 20 May 2002 00:51:13 -0000 1.55 > +++ resources.c 20 May 2002 01:40:32 -0000 > @@ -741,7 +741,6 @@ > NULL != cur_buffer_arena; > cur_buffer_arena = cur_buffer_arena->prev) > { > - Buffer *b = cur_buffer_arena->start_Buffer; > UINTVAL i; > for (i = 0; i < cur_buffer_arena->used; i++) { > /* Is the buffer live, and can we move it? */ > > >