The R Project SVN R

Rev

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

Rev 60677 Rev 60678
Line 30... Line 30...
30
#include <Internal.h>
30
#include <Internal.h>
31
#include "Print.h"
31
#include "Print.h"
32
#include "Fileio.h"
32
#include "Fileio.h"
33
#include "Parse.h"
33
#include "Parse.h"
34
 
34
 
35
#include "Runix.h"
-
 
36
 
-
 
37
#include <stdio.h>
35
#include <stdio.h>
38
#ifdef Win32
36
#ifdef Win32
39
# include "run.h"
37
# include "run.h"
40
int Rgui_Edit(char *filename, int enc, char *title, int modal);
38
int Rgui_Edit(char *filename, int enc, char *title, int modal);
41
#endif
39
#endif