/[dotgnu-pnet]/pnet/libgc/headers.c
ViewVC logotype

Diff of /pnet/libgc/headers.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1.1.1 by rweather, Fri Nov 9 02:20:03 2001 UTC revision 1.2 by ktreichel, Sat Jul 23 12:52:58 2005 UTC
# Line 206  register struct hblk * h; Line 206  register struct hblk * h;
206  {  {
207      hdr * result;      hdr * result;
208            
209      if (!get_index((word) h)) return(FALSE);      if (!get_index((word) h)) return(0);
210      result = alloc_hdr();      result = alloc_hdr();
211      SET_HDR(h, result);      SET_HDR(h, result);
212  #   ifdef USE_MUNMAP  #   ifdef USE_MUNMAP

Legend:
Removed from v.1.1.1.1  
changed lines
  Added in v.1.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26