The R Project SVN R

Rev

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

Rev 37001 Rev 37379
Line 83... Line 83...
83
	SET_STRING_ELT(vals, i, mkChar(CommandLineArgs[i]));
83
	SET_STRING_ELT(vals, i, mkChar(CommandLineArgs[i]));
84
    UNPROTECT(1);
84
    UNPROTECT(1);
85
    return vals;
85
    return vals;
86
}
86
}
87
 
87
 
88
void attribute_hidden
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;
92
    int ierr;
93
    /* <FIXME> 'long' would need to be something else on Win64.
93
    /* <FIXME> 'long' would need to be something else on Win64.