The R Project SVN R

Rev

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

Rev 12778 Rev 12878
Line 33... Line 33...
33
#ifdef MATHLIB_STANDALONE
33
#ifdef MATHLIB_STANDALONE
34
# define R_NO_REMAP 1
34
# define R_NO_REMAP 1
35
#endif
35
#endif
36
 
36
 
37
 
37
 
38
#ifdef FORTRAN_H
-
 
39
#error __MUST__include "Mathlib.h"  _before_  "Fortran.h"
-
 
40
#endif
-
 
41
 
-
 
42
#include <errno.h>
38
#include <errno.h>
43
#include <limits.h>
39
#include <limits.h>
44
#include <float.h>
40
#include <float.h>
45
#ifdef Macintosh
41
#ifdef Macintosh
46
# include <fp.h>
42
# include <fp.h>