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

Diff of /pnet/engine/pinvoke.c

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

revision 1.28 by ktreichel, Tue Aug 23 10:45:52 2005 UTC revision 1.29 by ktreichel, Sat Oct 1 18:36:54 2005 UTC
# Line 1116  void *_ILMakeClosureForDelegate(ILExecPr Line 1116  void *_ILMakeClosureForDelegate(ILExecPr
1116          return (void *)closure;          return (void *)closure;
1117  #else   /* !FFI_CLOSURES */  #else   /* !FFI_CLOSURES */
1118          /* libffi does not support closures */          /* libffi does not support closures */
1119            fprintf(stderr, "libffi does not support closures on this arch.\n");
1120          return 0;          return 0;
1121  #endif  /* !FFI_CLOSURES */  #endif  /* !FFI_CLOSURES */
1122  }  }

Legend:
Removed from v.1.28  
changed lines
  Added in v.1.29

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