The R Project SVN R

Rev

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

Rev 59282 Rev 61324
Line 24... Line 24...
24
#endif
24
#endif
25
 
25
 
26
#include <Defn.h>
26
#include <Defn.h>
27
#include <float.h>  /* for DBL_MAX */
27
#include <float.h>  /* for DBL_MAX */
28
#include <Graphics.h>
28
#include <Graphics.h>
29
#include <Colors.h> /* for isNAcol */
-
 
30
#include <Print.h>
29
#include <Print.h>
31
 
30
 
32
#define imax2(x, y) ((x < y) ? y : x)
31
#define imax2(x, y) ((x < y) ? y : x)
33
 
32
 
34
/* used in graphics and grid */
33
/* used in graphics and grid */