The R Project SVN R

Rev

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

Rev 9363 Rev 9417
Line 26... Line 26...
26
#include "Defn.h"
26
#include "Defn.h"
27
#include "Mathlib.h"
27
#include "Mathlib.h"
28
#include "Graphics.h"
28
#include "Graphics.h"
29
#include "Print.h"
29
#include "Print.h"
30
 
30
 
-
 
31
#ifndef HAVE_HYPOT
-
 
32
# define hypot pythag
-
 
33
#endif
-
 
34
 
-
 
35
 
31
void NewFrameConfirm()
36
void NewFrameConfirm()
32
{
37
{
33
    unsigned char buf[16];
38
    unsigned char buf[16];
34
    R_ReadConsole("Hit <Return> to see next plot: ", buf, 16, 0);
39
    R_ReadConsole("Hit <Return> to see next plot: ", buf, 16, 0);
35
}
40
}
Line 2549... Line 2554...
2549
	UNPROTECT(5);
2554
	UNPROTECT(5);
2550
	return ans;
2555
	return ans;
2551
    }
2556
    }
2552
}
2557
}
2553
 
2558
 
2554
#ifdef Macintosh
-
 
2555
# define hypot pythag
-
 
2556
#endif
-
 
2557
 
-
 
2558
#define THRESHOLD	0.25
2559
#define THRESHOLD	0.25
2559
 
2560
 
2560
static void drawLabel(double xi, double yi, int pos, double offset, char *l,
2561
static void drawLabel(double xi, double yi, int pos, double offset, char *l,
2561
		      DevDesc *dd)
2562
		      DevDesc *dd)
2562
{
2563
{