The R Project SVN R

Rev

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

Rev 77083 Rev 77234
Line 1056... Line 1056...
1056
    R_FreeStringBuffer(&cbuff);
1056
    R_FreeStringBuffer(&cbuff);
1057
    return Sans;
1057
    return Sans;
1058
}
1058
}
1059
 
1059
 
1060
/* Translates as from R 3.6.0.
1060
/* Translates as from R 3.6.0.
1061
   As from R 3.7.0 unused in newly installed code as installChar is
1061
   As from R 4.0.0 unused in newly installed code as installChar is
1062
   remapped to Rf_installTrChar. 
1062
   remapped to Rf_installTrChar. 
1063
 */
1063
 */
1064
SEXP Rf_installChar(SEXP x)
1064
SEXP Rf_installChar(SEXP x)
1065
{
1065
{
1066
    return Rf_installTrChar(x);
1066
    return Rf_installTrChar(x);