The R Project SVN R

Rev

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

Rev 40801 Rev 50907
Line 644... Line 644...
644
extern "C" {
644
extern "C" {
645
#endif /* __cplusplus */
645
#endif /* __cplusplus */
646
 
646
 
647
/* R Specific declarations here */
647
/* R Specific declarations here */
648
 
648
 
649
    extern unsigned int R_max_memory;
649
extern size_t R_max_memory;
650
extern int R_Is_Running;
650
extern int R_Is_Running;
651
static size_t R_used = 0;
651
static size_t R_used = 0;
652
void Rf_warning(const char *, ...);
652
void Rf_warning(const char *, ...);
653
 
653
 
654
#if !ONLY_MSPACES
654
#if !ONLY_MSPACES