The R Project SVN R

Rev

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

Rev 5458 Rev 5731
Line 24... Line 24...
24
#include "Defn.h"
24
#include "Defn.h"
25
#include "Print.h"
25
#include "Print.h"
26
 
26
 
27
SEXP do_dataentry(SEXP call, SEXP op, SEXP args, SEXP rho)
27
SEXP do_dataentry(SEXP call, SEXP op, SEXP args, SEXP rho)
28
{
28
{
29
    error("no data entry editor in this version of R\n");
29
    error("no data entry editor in this version of R");
30
    return R_NilValue;
30
    return R_NilValue;
31
}
31
}
32
 
32
 
33
 
33