Displaying 1 result from an estimated 1 matches for "win_selectlist".
2013 Jan 16
0
Small clarification to R-exts, questions on ptr_do_selectlist
...POV - it would
seem easy enough to make it functional across platforms(*).
Regards
Thomas
(*) E.g. changing the selectlist stub to:
--
SEXP selectlist(SEXP call, SEXP op, SEXP args, SEXP env)
{
if(ptr_do_selectlist) return ptr_do_selectlist(call, op, CDR(args), env);
#ifdef Win32
return Win_selectlist(CDR(args));
#else
return R_NilValue;
#endif
}
--
and removing the Windows specific stub, earlier in the file.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 198 bytes
Desc: This is a digitally signed messag...