The R Project SVN R

Rev

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

Rev 41910 Rev 41935
Line 65... Line 65...
65
    SEXP  obj;
65
    SEXP  obj;
66
    int type;
66
    int type;
67
} DllReference;
67
} DllReference;
68
 
68
 
69
/* Maximum length of entry-point name, including nul terminator */
69
/* Maximum length of entry-point name, including nul terminator */
70
#define MaxSymbolBytes 128
70
#define MaxSymbolBytes 1024
71
 
71
 
72
/* This looks up entry points in DLLs in a platform specific way. */
72
/* This looks up entry points in DLLs in a platform specific way. */
73
#define MAX_ARGS 65
73
#define MAX_ARGS 65
74
 
74
 
75
static DL_FUNC
75
static DL_FUNC