The R Project SVN R

Rev

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

Rev 2342 Rev 2428
Line 19... Line 19...
19
 
19
 
20
#ifndef GRAPHICS_H_
20
#ifndef GRAPHICS_H_
21
#define GRAPHICS_H_
21
#define GRAPHICS_H_
22
 
22
 
23
#include "Defn.h"
23
#include "Defn.h"
24
#include "Arith.h"
-
 
25
#include "Errormsg.h"
-
 
26
 
24
 
27
#ifndef NA_REAL
25
#ifndef NA_REAL
28
#define NA_REAL R_NaReal
26
#define NA_REAL R_NaReal
29
#endif
27
#endif
30
 
28
 
Line 37... Line 35...
37
#else
35
#else
38
#include <math.h>
36
#include <math.h>
39
#endif
37
#endif
40
 
38
 
41
#ifdef Windows
39
#ifdef Windows
42
#include "windows.h"
40
#include <windows.h>
43
#endif
41
#endif
44
 
42
 
45
#include <float.h>
43
#include <float.h>
46
#include <stdlib.h>
44
#include <stdlib.h>
47
#include <stdio.h>
45
#include <stdio.h>