/[dotgnu-pnet]/pnet/engine/lib_delegate.c
ViewVC logotype

Diff of /pnet/engine/lib_delegate.c

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

revision 1.13 by ktreichel, Tue Aug 23 10:45:52 2005 UTC revision 1.14 by ktreichel, Sat Oct 1 18:36:54 2005 UTC
# Line 59  void *_ILDelegateGetClosure(ILExecThread Line 59  void *_ILDelegateGetClosure(ILExecThread
59          return ((System_Delegate *)delegate)->closure;          return ((System_Delegate *)delegate)->closure;
60  #else  #else
61          /* We don't have support for creating closures on this system */          /* We don't have support for creating closures on this system */
62            fprintf(stderr, "We don't have support for creating closures on this system\n");
63          return 0;          return 0;
64  #endif  #endif
65  }  }

Legend:
Removed from v.1.13  
changed lines
  Added in v.1.14

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