/[gcl]/gcl/o/fasldlsym.c
ViewVC logotype

Diff of /gcl/o/fasldlsym.c

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

revision 1.6 by camm, Tue Sep 16 15:03:12 2003 UTC revision 1.7 by camm, Mon Sep 22 22:02:21 2003 UTC
# Line 129  fasload(faslfile) Line 129  fasload(faslfile)
129      printf(" start address (dynamic) %p ",fptr);      printf(" start address (dynamic) %p ",fptr);
130    call_init(0,memory,data,fptr);    call_init(0,memory,data,fptr);
131    unlink(buf);    unlink(buf);
132    close(stream(faslstream);    close_stream(faslstream);
133    did_a_dynamic_load = 1;    did_a_dynamic_load = 1;
134    return memory->cfd.cfd_size;    return memory->cfd.cfd_size;
135  }  }

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7

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