The R Project SVN R

Rev

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

Rev 7002 Rev 7003
Line 20... Line 20...
20
#ifndef FORTRAN_H
20
#ifndef FORTRAN_H
21
#include "Mathlib.h"
21
#include "Mathlib.h"
22
#define FORTRAN_H
22
#define FORTRAN_H
23
 
23
 
24
#include "Rconfig.h"
24
#include "Rconfig.h"
25
#include "Complex.h"
25
#include "R_ext/Complex.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