The R Project SVN R

Rev

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

Rev 81536 Rev 81651
Line 2578... Line 2578...
2578
    vmaxset(vmax);
2578
    vmaxset(vmax);
2579
    return ans;
2579
    return ans;
2580
}
2580
}
2581
 
2581
 
2582
#ifndef NO_CALL_R
2582
#ifndef NO_CALL_R
2583
// call_R was deprecated in R 2.15.0 and hidden in RS.h in R 4.2.0
2583
// call_R was deprecated in R 2.15.0 and removed from RS.h in R 4.2.0
2584
 
2584
 
2585
static const struct {
2585
static const struct {
2586
    const char *name;
2586
    const char *name;
2587
    const SEXPTYPE type;
2587
    const SEXPTYPE type;
2588
}
2588
}