The R Project SVN R

Rev

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

Rev 12778 Rev 12976
Line 23... Line 23...
23
 
23
 
24
#define R_GRAPHICS_INTERNAL 1
24
#define R_GRAPHICS_INTERNAL 1
25
 
25
 
26
#include <R_ext/Boolean.h>
26
#include <R_ext/Boolean.h>
27
 
27
 
28
/* WHY the following ?? */
-
 
29
#ifdef Macintosh
-
 
30
#include <Rinternals.h> 
-
 
31
#endif
-
 
32
 
-
 
33
#define R_MaxDevices 64
28
#define R_MaxDevices 64
34
 
29
 
35
#define	DEG2RAD 0.01745329251994329576
30
#define	DEG2RAD 0.01745329251994329576
36
 
31
 
37
#define COLOR_TABLE_SIZE 1024
32
#define COLOR_TABLE_SIZE 1024