The R Project SVN R

Rev

Rev 2631 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2631 Rev 3548
Line 16... Line 16...
16
 *  along with this program; if not, write to the Free Software
16
 *  along with this program; if not, write to the Free Software
17
 *  Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
17
 *  Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
18
 */
18
 */
19
 
19
 
20
#ifndef FORTRAN_H
20
#ifndef FORTRAN_H
-
 
21
#include "Mathlib.h"
21
#define FORTRAN_H
22
#define FORTRAN_H
22
 
23
 
23
#include "Platform.h"
24
#include "Platform.h"
24
#include "Complex.h"
25
#include "Complex.h"
25
#include <math.h>
-
 
26
 
26
 
27
	/* General F2C Macros */
27
	/* General F2C Macros */
28
 
28
 
29
/* a whole bunch of stuff to keep watcom's C compiler happy */
29
/* a whole bunch of stuff to keep watcom's C compiler happy */
30
#ifdef TRUE
30
#ifdef TRUE