The R Project SVN R

Rev

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

Rev 42307 Rev 44201
Line 28... Line 28...
28
#include <Parse.h>
28
#include <Parse.h>
29
#include <Rconnections.h>
29
#include <Rconnections.h>
30
 
30
 
31
extern IoBuffer R_ConsoleIob;
31
extern IoBuffer R_ConsoleIob;
32
 
32
 
33
SEXP attribute_hidden getParseContext()
33
SEXP attribute_hidden getParseContext(void)
34
{
34
{
35
    int i, last = PARSE_CONTEXT_SIZE;
35
    int i, last = PARSE_CONTEXT_SIZE;
36
    char context[PARSE_CONTEXT_SIZE+1];
36
    char context[PARSE_CONTEXT_SIZE+1];
37
 
37
 
38
    SEXP ans = R_NilValue, ans2;
38
    SEXP ans = R_NilValue, ans2;