ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/src/salloc.C
(Generate patch)

Comparing rxvt-unicode/src/salloc.C (file contents):
Revision 1.4 by pcg, Sat Jan 31 00:20:21 2004 UTC vs.
Revision 1.5 by pcg, Fri Feb 13 12:16:21 2004 UTC

38 next->next = firstblock; 38 next->next = firstblock;
39 firstblock = next; 39 firstblock = next;
40 firstfree = sizeof (chain); 40 firstfree = sizeof (chain);
41 } 41 }
42 42
43 r = (void *)((char *)firstblock + firstfree); 43 r = (void *) ((char *)firstblock + firstfree);
44 44
45 firstfree += size; 45 firstfree += size;
46 } 46 }
47 47
48 return r; 48 return r;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines