The R Project SVN R

Rev

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

Rev 63400 Rev 63419
Line 706... Line 706...
706
#endif
706
#endif
707
extern0 int R_jit_enabled INI_as(0);
707
extern0 int R_jit_enabled INI_as(0);
708
extern0 int R_compile_pkgs INI_as(0);
708
extern0 int R_compile_pkgs INI_as(0);
709
extern SEXP R_cmpfun(SEXP);
709
extern SEXP R_cmpfun(SEXP);
710
extern void R_init_jit_enabled(void);
710
extern void R_init_jit_enabled(void);
-
 
711
extern void R_initAsymSymbol(void);
711
 
712
 
712
LibExtern int R_num_math_threads INI_as(1);
713
LibExtern int R_num_math_threads INI_as(1);
713
LibExtern int R_max_num_math_threads INI_as(1);
714
LibExtern int R_max_num_math_threads INI_as(1);
714
 
715
 
715
/* Pointer  type and utilities for dispatch in the methods package */
716
/* Pointer  type and utilities for dispatch in the methods package */