The R Project SVN R

Rev

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

Rev 11368 Rev 11626
Line 25... Line 25...
25
#include <config.h>
25
#include <config.h>
26
#endif
26
#endif
27
 
27
 
28
#include <ctype.h>
28
#include <ctype.h>
29
 
29
 
30
#include "Defn.h"
30
#include <Defn.h>
31
#include "R_ext/Mathlib.h"
31
#include <Rmath.h>
32
#include "Graphics.h"
32
#include <Graphics.h>
33
 
33
 
34
 
34
 
35
/* The R graphics device */
35
/* The R graphics device */
36
 
36
 
37
static DevDesc *MathDevice;
37
static DevDesc *MathDevice;