The R Project SVN R

Rev

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

Rev 63223 Rev 63400
Line 470... Line 470...
470
    SEXP *nodestack;
470
    SEXP *nodestack;
471
#ifdef BC_INT_STACK
471
#ifdef BC_INT_STACK
472
    IStackval *intstack;
472
    IStackval *intstack;
473
#endif
473
#endif
474
    SEXP srcref;	        /* The source line in effect */
474
    SEXP srcref;	        /* The source line in effect */
-
 
475
    int browserfinish;     /* should browser finish this context without stopping */
475
} RCNTXT, *context;
476
} RCNTXT, *context;
476
 
477
 
477
/* The Various Context Types.
478
/* The Various Context Types.
478
 
479
 
479
 * In general the type is a bitwise OR of the values below.
480
 * In general the type is a bitwise OR of the values below.
Line 676... Line 677...
676
extern0   void WinCheckUTF8(void);
677
extern0   void WinCheckUTF8(void);
677
#endif
678
#endif
678
 
679
 
679
extern char OutDec	INI_as('.');  /* decimal point used for output */
680
extern char OutDec	INI_as('.');  /* decimal point used for output */
680
extern0 Rboolean R_DisableNLinBrowser	INI_as(FALSE);
681
extern0 Rboolean R_DisableNLinBrowser	INI_as(FALSE);
-
 
682
extern0 char R_BrowserLastCommand	INI_as('n');
681
 
683
 
682
/* Initialization of the R environment when it is embedded */
684
/* Initialization of the R environment when it is embedded */
683
extern int Rf_initEmbeddedR(int argc, char **argv);
685
extern int Rf_initEmbeddedR(int argc, char **argv);
684
 
686
 
685
/* GUI type */
687
/* GUI type */