The R Project SVN R

Rev

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

Rev 2629 Rev 2737
Line 6... Line 6...
6
#ifdef FORTRAN_H
6
#ifdef FORTRAN_H
7
#error __MUST__include "Mathlib.h"  _before_  "Fortran.h"
7
#error __MUST__include "Mathlib.h"  _before_  "Fortran.h"
8
#endif
8
#endif
9
 
9
 
10
#include <errno.h>
10
#include <errno.h>
11
#include <float.h>
-
 
12
#include <limits.h>
11
#include <limits.h>
-
 
12
#include <float.h>
13
#include <math.h>
13
#include <math.h>
14
#include <stdlib.h>
14
#include <stdlib.h>
15
 
15
 
16
/* TRUE and FALSE conflict with the Mac --- Fortran.h still defines them... */
16
/* TRUE and FALSE conflict with the Mac --- Fortran.h still defines them... */
17
#define LTRUE	(1)
17
#define LTRUE	(1)