The R Project SVN R

Rev

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

Rev 60447 Rev 62580
Line 95... Line 95...
95
 
95
 
96
    R_RestoreHistory = 1;
96
    R_RestoreHistory = 1;
97
    while(--ac) {
97
    while(--ac) {
98
	if(processing && **++av == '-') {
98
	if(processing && **++av == '-') {
99
	    if (!strcmp(*av, "--version")) {
99
	    if (!strcmp(*av, "--version")) {
100
		PrintVersion(msg);
100
		PrintVersion(msg, 1024);
101
		R_ShowMessage(msg);
101
		R_ShowMessage(msg);
102
		exit(0);
102
		exit(0);
103
	    }
103
	    }
104
	    else if(!strcmp(*av, "--args")) {
104
	    else if(!strcmp(*av, "--args")) {
105
		/* copy this through for further processing */
105
		/* copy this through for further processing */