The R Project SVN R

Rev

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

Rev 37409 Rev 37410
Line 672... Line 672...
672
       Only used here in embedded versions */
672
       Only used here in embedded versions */
673
    if(!Rp->NoRenviron) {
673
    if(!Rp->NoRenviron) {
674
	process_site_Renviron();
674
	process_site_Renviron();
675
	process_user_Renviron();
675
	process_user_Renviron();
676
    }
676
    }
677
    Rwin_fpset();
677
    Rwin_fpset();  /* in extra.c */
678
}
678
}
679
 
679
 
680
 
680
 
681
/* Remove and process NAME=VALUE command line arguments */
681
/* Remove and process NAME=VALUE command line arguments */
682
 
682