The R Project SVN R

Rev

Rev 14585 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 14585 Rev 15776
Line 43... Line 43...
43
static SEXP PkgSymbol = NULL;
43
static SEXP PkgSymbol = NULL;
44
 
44
 
45
static char DLLname[PATH_MAX];
45
static char DLLname[PATH_MAX];
46
 
46
 
47
/* This looks up entry points in DLLs in a platform specific way. */
47
/* This looks up entry points in DLLs in a platform specific way. */
48
#include "R_ext/Rdynpriv.h"
48
#include <Rdynpriv.h>
49
 
-
 
50
 
49
 
51
/* Convert an R object to a non-moveable C/Fortran object and return
50
/* Convert an R object to a non-moveable C/Fortran object and return
52
   a pointer to it.  This leaves pointers for anything other
51
   a pointer to it.  This leaves pointers for anything other
53
   than vectors and lists unaltered.
52
   than vectors and lists unaltered.
54
*/
53
*/