The R Project SVN R

Rev

Rev 86521 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 86521 Rev 89135
Line 84... Line 84...
84
 
84
 
85
Rboolean R_useDynamicSymbols(DllInfo *info, Rboolean value);
85
Rboolean R_useDynamicSymbols(DllInfo *info, Rboolean value);
86
Rboolean R_forceSymbols(DllInfo *info, Rboolean value);
86
Rboolean R_forceSymbols(DllInfo *info, Rboolean value);
87
 
87
 
88
/* Not API */
88
/* Not API */
-
 
89
#ifdef USE_BASE_R_SUPPORT
89
DllInfo *R_getDllInfo(const char *name);
90
DllInfo *R_getDllInfo(const char *name);
-
 
91
#endif
90
 
92
 
91
/* To be used by applications embedding R to register their symbols
93
/* To be used by applications embedding R to register their symbols
92
   that are not related to any dynamic module/
94
   that are not related to any dynamic module/
93
 
95
 
94
   Not API
96
   Not API