The R Project SVN R

Rev

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

Rev 42433 Rev 42572
Line 26... Line 26...
26
#include <getline/getline.h>
26
#include <getline/getline.h>
27
#include <string.h>
27
#include <string.h>
28
#include <stdlib.h> /* for getenv */
28
#include <stdlib.h> /* for getenv */
29
 
29
 
30
extern char *alloca(size_t);
30
extern char *alloca(size_t);
-
 
31
#ifndef min
-
 
32
/* in stdlib.h in Win64 headers */
31
#define min(a, b) (a < b ? a : b)
33
# define min(a, b) (a < b ? a : b)
-
 
34
#endif
32
 
35
 
33
#include <Rinternals.h>
36
#include <Rinternals.h>
34
#include <R_ext/Parse.h>
37
#include <R_ext/Parse.h>
35
 
38
 
36
static int rcompgen_available = -1;
39
static int rcompgen_available = -1;