The R Project SVN R

Rev

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

Rev 83436 Rev 83454
Line 1876... Line 1876...
1876
    warning(_("X11 protocol error: %s"), buff);
1876
    warning(_("X11 protocol error: %s"), buff);
1877
    return 0;
1877
    return 0;
1878
}
1878
}
1879
 
1879
 
1880
 
1880
 
1881
static int NORET R_X11IOErr(Display *dsp)
1881
NORET static int R_X11IOErr(Display *dsp)
1882
{
1882
{
1883
    error("X11 fatal IO error: please save work and shut down R");
1883
    error("X11 fatal IO error: please save work and shut down R");
1884
}
1884
}
1885
 
1885
 
1886
/* set up the window, print the grid and column/row labels */
1886
/* set up the window, print the grid and column/row labels */