The R Project SVN R

Rev

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

Rev 67181 Rev 68232
Line 1... Line 1...
1
/*
1
/*
2
 *  R : A Computer Language for Statistical Data Analysis
2
 *  R : A Computer Language for Statistical Data Analysis
3
 *  Copyright (C) 1995, 1996  Robert Gentleman and Ross Ihaka
3
 *  Copyright (C) 1995, 1996  Robert Gentleman and Ross Ihaka
4
 *  Copyright (C) 1998--2006  The R Core Team.
4
 *  Copyright (C) 1998--2015  The R Core Team.
5
 *
5
 *
6
 *  This program is free software; you can redistribute it and/or modify
6
 *  This program is free software; you can redistribute it and/or modify
7
 *  it under the terms of the GNU General Public License as published by
7
 *  it under the terms of the GNU General Public License as published by
8
 *  the Free Software Foundation; either version 2 of the License, or
8
 *  the Free Software Foundation; either version 2 of the License, or
9
 *  (at your option) any later version.
9
 *  (at your option) any later version.
Line 83... Line 83...
83
 
83
 
84
extern FILE * R_Consolefile;
84
extern FILE * R_Consolefile;
85
extern FILE * R_Outputfile;
85
extern FILE * R_Outputfile;
86
 
86
 
87
 
87
 
88
/* in unix/sys-unix.c */
88
/* in ../unix/sys-unix.c */
89
void R_setStartTime(void);
89
void R_setStartTime(void);
90
void fpu_setup(Rboolean);
90
void fpu_setup(Rboolean);
91
 
91
 
92
/* in unix/system.c */
92
/* in ../unix/system.c */
93
int R_running_as_main_program; 
93
extern int R_running_as_main_program;
94
 
94
 
95
#ifdef CSTACK_DEFNS
95
#ifdef CSTACK_DEFNS
96
/* duplicating Defn.h */
96
/* duplicating Defn.h */
97
#if !defined(HAVE_UINTPTR_T) && !defined(uintptr_t)
97
#if !defined(HAVE_UINTPTR_T) && !defined(uintptr_t)
98
 typedef unsigned long uintptr_t;
98
 typedef unsigned long uintptr_t;