The R Project SVN R

Rev

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

Rev 5458 Rev 5646
Line 43... Line 43...
43
    int LoadSiteFile;
43
    int LoadSiteFile;
44
    int LoadInitFile;
44
    int LoadInitFile;
45
    int DebugInitFile;
45
    int DebugInitFile;
46
    int vsize;
46
    int vsize;
47
    int nsize;
47
    int nsize;
-
 
48
 
-
 
49
      /* Permanent copy of the command line arguments and the number
-
 
50
         of them passed to the application.
-
 
51
         These are populated via the routine R_set_command_line_arguments()
-
 
52
         called from R_common_command_line().
-
 
53
         They are available 
-
 
54
       */
-
 
55
    int    NumCommandLineArgs;
-
 
56
    char **CommandLineArgs;
-
 
57
 
48
#ifdef Win32
58
#ifdef Win32
49
    char *rhome;               /* R_HOME */
59
    char *rhome;               /* R_HOME */
50
    char *home;                /* HOME  */
60
    char *home;                /* HOME  */
51
    blah1 ReadConsole;
61
    blah1 ReadConsole;
52
    blah2 WriteConsole;
62
    blah2 WriteConsole;