The R Project SVN R

Rev

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

Rev 44633 Rev 44637
Line 42... Line 42...
42
#include <Rmath.h> /* for imax2 */
42
#include <Rmath.h> /* for imax2 */
43
#if  !( defined(HAVE_AQUA) || defined(Win32) )
43
#if  !( defined(HAVE_AQUA) || defined(Win32) )
44
#include <R_ext/eventloop.h> /* for R_PolledEvents */
44
#include <R_ext/eventloop.h> /* for R_PolledEvents */
45
#endif
45
#endif
46
 
46
 
47
extern SEXP deparse1s(SEXP call);
-
 
48
 
-
 
49
 
-
 
50
#ifndef min
47
#ifndef min
51
#define min(a, b) (a<b?a:b)
48
#define min(a, b) (a<b?a:b)
52
#endif
49
#endif
53
 
50
 
54
/* Total line length, in chars, before splitting in warnings/errors */
51
/* Total line length, in chars, before splitting in warnings/errors */