The R Project SVN R

Rev

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

Rev 11560 Rev 12778
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
 
28
#define R_MaxDevices 64
33
#define R_MaxDevices 64
29
 
34
 
30
#define	DEG2RAD 0.01745329251994329576
35
#define	DEG2RAD 0.01745329251994329576
31
 
36
 
32
#define COLOR_TABLE_SIZE 1024
37
#define COLOR_TABLE_SIZE 1024