The R Project SVN R

Rev

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

Rev 57136 Rev 57281
Line 87... Line 87...
87
 
87
 
88
void
88
void
89
R_common_command_line(int *pac, char **argv, Rstart Rp)
89
R_common_command_line(int *pac, char **argv, Rstart Rp)
90
{
90
{
91
    int ac = *pac, newac = 1;	/* argv[0] is process name */
91
    int ac = *pac, newac = 1;	/* argv[0] is process name */
92
    int ierr;
-
 
93
    long lval; /* this is only used for ppval, so 32-bit long is fine */
92
    long lval; /* this is only used for ppval, so 32-bit long is fine */
94
    R_size_t value;
-
 
95
    char *p, **av = argv, msg[1024];
93
    char *p, **av = argv, msg[1024];
96
    Rboolean processing = TRUE;
94
    Rboolean processing = TRUE;
97
 
95
 
98
    R_RestoreHistory = 1;
96
    R_RestoreHistory = 1;
99
    while(--ac) {
97
    while(--ac) {