The R Project SVN R

Rev

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

Rev 42300 Rev 42529
Line 49... Line 49...
49
extern int pagerMultiple, haveusedapager; /* from pager.c */
49
extern int pagerMultiple, haveusedapager; /* from pager.c */
50
void editorsetfont(font f);
50
void editorsetfont(font f);
51
 
51
 
52
static void showDialog(Gui gui);
52
static void showDialog(Gui gui);
53
 
53
 
54
extern const char *ColorName[]; /* from graphapp/rgb.c */
54
extern __declspec(dllimport) const char *ColorName[]; /* from graphapp/rgb.c */
55
 
55
 
56
static int cmatch(char *col, const char **list)
56
static int cmatch(char *col, const char **list)
57
{
57
{
58
    int i=0;
58
    int i=0;
59
    const char **pos = list;
59
    const char **pos = list;