The R Project SVN R

Rev

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

Rev 12256 Rev 12778
Line 23... Line 23...
23
#endif
23
#endif
24
 
24
 
25
#include <Defn.h>
25
#include <Defn.h>
26
#include <Rmath.h>
26
#include <Rmath.h>
27
#include <Graphics.h>
27
#include <Graphics.h>
28
#include <Devices.h>
28
#include <Rdevices.h>
29
#include <Print.h>
29
#include <Print.h>
30
 
30
 
31
#ifndef HAVE_HYPOT
31
#ifndef HAVE_HYPOT
32
# define hypot pythag
32
# define hypot pythag
33
#endif
33
#endif