The R Project SVN R

Rev

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

Rev 28024 Rev 28035
Line 451... Line 451...
451
    InitArithmetic();
451
    InitArithmetic();
452
    InitColors();
452
    InitColors();
453
    InitGraphics();
453
    InitGraphics();
454
    R_Is_Running = 1;
454
    R_Is_Running = 1;
455
#ifdef HAVE_AQUA 
455
#ifdef HAVE_AQUA 
456
     if (strcmp(R_GUIType, "AQUA") == 0) 
456
    if (strcmp(R_GUIType, "AQUA") == 0) 
457
       InitAquaIO(); /* must be after InitTempDir() */
457
	InitAquaIO(); /* must be after InitTempDir() */
458
#endif
458
#endif
459
#ifdef HAVE_NL_LANGINFO
459
#ifdef HAVE_NL_LANGINFO
460
     utf8locale = strcmp(nl_langinfo(CODESET), "UTF-8") == 0;
460
    utf8locale = strcmp(nl_langinfo(CODESET), "UTF-8") == 0;
461
#endif
461
#endif
462
    /* gc_inhibit_torture = 0; */
462
    /* gc_inhibit_torture = 0; */
463
 
463
 
464
    /* Initialize the global context for error handling. */
464
    /* Initialize the global context for error handling. */
465
    /* This provides a target for any non-local gotos */
465
    /* This provides a target for any non-local gotos */