The R Project SVN R

Rev

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

Rev 51600 Rev 51838
Line 22... Line 22...
22
#ifdef HAVE_CONFIG_H
22
#ifdef HAVE_CONFIG_H
23
# include <config.h>
23
# include <config.h>
24
#endif
24
#endif
25
 
25
 
26
#include <Defn.h>
26
#include <Defn.h>
-
 
27
#include <float.h>  /* for DBL_MAX */
27
#include <Graphics.h>
28
#include <Graphics.h>
28
#include <Colors.h> /* for isNAcol */
29
#include <Colors.h> /* for isNAcol */
29
#include <Print.h>
30
#include <Print.h>
30
 
31
 
31
#define imax2(x, y) ((x < y) ? y : x)
32
#define imax2(x, y) ((x < y) ? y : x)