The R Project SVN R

Rev

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

Rev 7671 Rev 7701
Line 28... Line 28...
28
#define MATHLIB_H
28
#define MATHLIB_H
29
 
29
 
30
/*-- Mathlib as part of R --  undefine this for standalone : */
30
/*-- Mathlib as part of R --  undefine this for standalone : */
31
#define MATHLIB_IN_R
31
#define MATHLIB_IN_R
32
 
32
 
33
#include "Rconfig.h"
33
#include "config.h"
34
#include "Arith.h"
34
#include "Arith.h"
35
#include "Random.h"
35
#include "Random.h"
36
 
36
 
37
#ifdef FORTRAN_H
37
#ifdef FORTRAN_H
38
#error __MUST__include "Mathlib.h"  _before_  "Fortran.h"
38
#error __MUST__include "Mathlib.h"  _before_  "Fortran.h"