The R Project SVN R

Rev

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

Rev 6201 Rev 6994
Line 25... Line 25...
25
#include "Fileio.h"
25
#include "Fileio.h"
26
#include "IOStuff.h"
26
#include "IOStuff.h"
27
#include "Parse.h"
27
#include "Parse.h"
28
 
28
 
29
extern IoBuffer R_ConsoleIob;
29
extern IoBuffer R_ConsoleIob;
30
extern int errno;
30
/* extern int errno; No longer used */
31
 
31
 
32
/* "do_parse" - the user interface input/output to files.
32
/* "do_parse" - the user interface input/output to files.
33
 
33
 
34
 The internal R_Parse.. functions are defined in ./gram.y (-> gram.c)
34
 The internal R_Parse.. functions are defined in ./gram.y (-> gram.c)
35
 
35