The R Project SVN R

Rev

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

Rev 15903 Rev 15908
Line 455... Line 455...
455
 
455
 
456
/* GUI type */
456
/* GUI type */
457
 
457
 
458
extern char*	R_GUIType	INI_as("unknown");
458
extern char*	R_GUIType	INI_as("unknown");
459
 
459
 
-
 
460
/* Pointer for the dispatch utilitiy in package methods  */
-
 
461
typedef SEXP (*R_stdGen_ptr_t)(SEXP, SEXP);
-
 
462
 
-
 
463
LibExtern R_stdGen_ptr_t R_standardGeneric_ptr;
-
 
464
 
460
#ifdef __MAIN__
465
#ifdef __MAIN__
461
#undef extern
466
#undef extern
462
#undef LibExtern
467
#undef LibExtern
463
#endif
468
#endif
464
#undef INI_as
469
#undef INI_as
465
 
470
 
466
/* Pointer for the dispatch utilitiy in package methods  */
-
 
467
typedef SEXP (*R_stdGen_ptr_t)(SEXP, SEXP);
-
 
468
 
-
 
469
extern R_stdGen_ptr_t R_standardGeneric_ptr;
-
 
470
 
471
 
471
 
472
 
472
 
473
 
473
/*--- FUNCTIONS ------------------------------------------------------ */
474
/*--- FUNCTIONS ------------------------------------------------------ */
474
 
475