The R Project SVN R

Rev

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

Rev 63025 Rev 63072
Line 754... Line 754...
754
#endif
754
#endif
755
    /* NB: we do not set LC_NUMERIC */
755
    /* NB: we do not set LC_NUMERIC */
756
#ifdef LC_MONETARY
756
#ifdef LC_MONETARY
757
    if(!setlocale(LC_MONETARY, ""))
757
    if(!setlocale(LC_MONETARY, ""))
758
	snprintf(deferred_warnings[ndeferred_warnings++], 250,
758
	snprintf(deferred_warnings[ndeferred_warnings++], 250,
759
		 "Setting LC_PAPER failed, using \"C\"\n");
759
		 "Setting LC_MONETARY failed, using \"C\"\n");
760
#endif
760
#endif
761
#ifdef LC_PAPER
761
#ifdef LC_PAPER
762
    if(!setlocale(LC_MONETARY, ""))
762
    if(!setlocale(LC_PAPER, ""))
763
	snprintf(deferred_warnings[ndeferred_warnings++], 250,
763
	snprintf(deferred_warnings[ndeferred_warnings++], 250,
764
		 "Setting LC_PAPER failed, using \"C\"\n");
764
		 "Setting LC_PAPER failed, using \"C\"\n");
765
#endif
765
#endif
766
#ifdef LC_MEASUREMENT
766
#ifdef LC_MEASUREMENT
767
    if(!setlocale(LC_MEASUREMENT, ""))
767
    if(!setlocale(LC_MEASUREMENT, ""))