> 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? */


Reply via email to