The R Project SVN R

Rev

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

Rev 61760 Rev 66120
Line 77... Line 77...
77
 
77
 
78
extern FILE * R_Consolefile;
78
extern FILE * R_Consolefile;
79
extern FILE * R_Outputfile;
79
extern FILE * R_Outputfile;
80
 
80
 
81
 
81
 
82
/* in sys-unix.c */
82
/* in unix/sys-unix.c */
83
void R_setStartTime(void);
83
void R_setStartTime(void);
84
void fpu_setup(Rboolean);
84
void fpu_setup(Rboolean);
85
 
85
 
-
 
86
/* in unix/system.c */
-
 
87
int R_running_as_main_program; 
-
 
88
 
86
#ifdef CSTACK_DEFNS
89
#ifdef CSTACK_DEFNS
87
/* duplicating Defn.h */
90
/* duplicating Defn.h */
88
#if !defined(HAVE_UINTPTR_T) && !defined(uintptr_t)
91
#if !defined(HAVE_UINTPTR_T) && !defined(uintptr_t)
89
 typedef unsigned long uintptr_t;
92
 typedef unsigned long uintptr_t;
90
#endif
93
#endif