The R Project SVN R

Rev

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

Rev 35493 Rev 35498
Line 41... Line 41...
41
typedef struct Rconn  *Rconnection;
41
typedef struct Rconn  *Rconnection;
42
#define HAVE_RCONNECTION_TYPEDEF
42
#define HAVE_RCONNECTION_TYPEDEF
43
#endif
43
#endif
44
SEXP R_ParseConn(Rconnection con, int n, ParseStatus *status);
44
SEXP R_ParseConn(Rconnection con, int n, ParseStatus *status);
45
 
45
 
-
 
46
	/* Report a parse error */
-
 
47
	
-
 
48
void parseError(SEXP call, int linenum);
-
 
49
 
46
#endif /* not R_PARSE_H */
50
#endif /* not R_PARSE_H */