The R Project SVN R

Rev

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

Rev 60336 Rev 60667
Line 20... Line 20...
20
 
20
 
21
#ifdef HAVE_CONFIG_H
21
#ifdef HAVE_CONFIG_H
22
#include <config.h>
22
#include <config.h>
23
#endif
23
#endif
24
 
24
 
25
#include "Defn.h"
25
#include <Defn.h>
-
 
26
#include <Internal.h>
26
 
27
 
27
/* interval at which to check interrupts, a guess */
28
/* interval at which to check interrupts, a guess */
28
#define NINTERRUPT 10000000
29
#define NINTERRUPT 10000000
29
 
30
 
30
 
31