The R Project SVN R

Rev

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

Rev 24733 Rev 36047
Line 181... Line 181...
181
     pool if CACHE_DLL_SYM is defined and repeated lookups check here first,
181
     pool if CACHE_DLL_SYM is defined and repeated lookups check here first,
182
     before using the dynamic loader's lookup mechanism.
182
     before using the dynamic loader's lookup mechanism.
183
   */
183
   */
184
typedef struct {
184
typedef struct {
185
    char pkg[21];
185
    char pkg[21];
186
    char name[21];
186
    char name[41];
187
    DL_FUNC func;
187
    DL_FUNC func;
188
} R_CPFun;
188
} R_CPFun;
189
 
189
 
190
extern R_CPFun CPFun[];
190
extern R_CPFun CPFun[];
191
extern int nCPFun;
191
extern int nCPFun;