The R Project SVN R

Rev

Rev 86871 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 86871 Rev 87175
Line 30... Line 30...
30
#ifndef min
30
#ifndef min
31
/* in stdlib.h in Win64 headers */
31
/* in stdlib.h in Win64 headers */
32
# define min(a, b) (a < b ? a : b)
32
# define min(a, b) (a < b ? a : b)
33
#endif
33
#endif
34
 
34
 
-
 
35
#include <Defn.h>
35
#include <Rinternals.h>
36
#include <Rinternals.h>
36
#include <R_ext/Parse.h>
37
#include <R_ext/Parse.h>
37
#include <Defn.h>
-
 
38
 
38
 
39
static int completion_available = -1;
39
static int completion_available = -1;
40
 
40
 
41
static int gl_tab(char *buf, int offset, int *loc)
41
static int gl_tab(char *buf, int offset, int *loc)
42
/* default tab handler, acts like tabstops every 8 cols */
42
/* default tab handler, acts like tabstops every 8 cols */