The R Project SVN R

Rev

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

Rev 5187 Rev 5233
Line 23... Line 23...
23
 
23
 
24
#ifdef HAVE_CONFIG_H
24
#ifdef HAVE_CONFIG_H
25
#include <Rconfig.h>
25
#include <Rconfig.h>
26
#endif
26
#endif
27
 
27
 
-
 
28
#include <ctype.h>
-
 
29
 
28
#include "Mathlib.h"
30
#include "Mathlib.h"
29
#include "Graphics.h"
31
#include "Graphics.h"
30
#include "Defn.h"
32
#include "Defn.h"
31
#include "ctype.h"
-
 
-
 
33
 
32
 
34
 
33
/* The R graphics device */
35
/* The R graphics device */
34
 
36
 
35
static DevDesc *MathDevice;
37
static DevDesc *MathDevice;
36
static unsigned int BoxColor;
38
static unsigned int BoxColor;