The R Project SVN R

Rev

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

Rev 45070 Rev 47852
Line 25... Line 25...
25
 
25
 
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
#ifndef W64
30
extern char *alloca(size_t);
31
extern char *alloca(size_t);
-
 
32
#endif
-
 
33
 
31
#ifndef min
34
#ifndef min
32
/* in stdlib.h in Win64 headers */
35
/* in stdlib.h in Win64 headers */
33
# define min(a, b) (a < b ? a : b)
36
# define min(a, b) (a < b ? a : b)
34
#endif
37
#endif
35
 
38