The R Project SVN R

Rev

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

Rev 67099 Rev 67181
Line 1872... Line 1872...
1872
    warning(_("X11 protocol error: %s"), buff);
1872
    warning(_("X11 protocol error: %s"), buff);
1873
    return 0;
1873
    return 0;
1874
}
1874
}
1875
 
1875
 
1876
 
1876
 
1877
static int R_X11IOErr(Display *dsp)
1877
static int NORET R_X11IOErr(Display *dsp)
1878
{
1878
{
1879
    error("X11 fatal IO error: please save work and shut down R");
1879
    error("X11 fatal IO error: please save work and shut down R");
1880
    return 0; /* but should never get here */
-
 
1881
}
1880
}
1882
 
1881
 
1883
/* set up the window, print the grid and column/row labels */
1882
/* set up the window, print the grid and column/row labels */
1884
 
1883
 
1885
static Rboolean initwin(DEstruct DE, const char *title) /* TRUE = Error */
1884
static Rboolean initwin(DEstruct DE, const char *title) /* TRUE = Error */