The R Project SVN R

Rev

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

Rev 22856 Rev 24068
Line 7... Line 7...
7
 
7
 
8
#ifdef HAVE_CONFIG_H
8
#ifdef HAVE_CONFIG_H
9
# include <config.h>
9
# include <config.h>
10
#endif
10
#endif
11
 
11
 
12
#ifdef Macintosh
-
 
13
# include <fp.h>
-
 
14
#else
-
 
15
# include <math.h>
12
#include <math.h>
16
#endif
-
 
17
 
13
 
18
#include <stdio.h>
14
#include <stdio.h>
19
#include <R_ext/Memory.h>
15
#include <R_ext/Memory.h>
20
#include <R_ext/Applic.h>
16
#include <R_ext/Applic.h>
21
 
17