The R Project SVN R

Rev

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

Rev 18618 Rev 25961
Line 41... Line 41...
41
SEXP do_parse(SEXP call, SEXP op, SEXP args, SEXP env)
41
SEXP do_parse(SEXP call, SEXP op, SEXP args, SEXP env)
42
{
42
{
43
    SEXP text, prompt, s;
43
    SEXP text, prompt, s;
44
    Rconnection con;
44
    Rconnection con;
45
    Rboolean wasopen;
45
    Rboolean wasopen;
46
    int ifile, num, status;
46
    int ifile, num;
-
 
47
    ParseStatus status;
47
 
48
 
48
    checkArity(op, args);
49
    checkArity(op, args);
49
    R_ParseError = 0;
50
    R_ParseError = 0;
50
    R_ParseCnt = 0;
51
    R_ParseCnt = 0;
51
 
52