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

Diff of /gcl/o/unixfasl.c

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

revision 1.4.6.2 by camm, Thu Nov 6 16:16:53 2003 UTC revision 1.4.6.3 by camm, Wed Nov 12 15:41:38 2003 UTC
# Line 282  AGAIN: Line 282  AGAIN:
282  static int  static int
283  faslink(object faslfile, object ldargstring)  faslink(object faslfile, object ldargstring)
284  {  {
285  #if defined(__linux__) && defined(__ELF__)  #if (defined(__linux__) && defined(__ELF__)) || defined(DARWIN)
286    FEerror("faslink() not supported for ELF yet",0);    FEerror("faslink() not supported for ELF yet",0);
287    return 0;    return 0;
288  #else  #else

Legend:
Removed from v.1.4.6.2  
changed lines
  Added in v.1.4.6.3

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