The R Project SVN R

Rev

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

Rev 33550 Rev 33553
Line 330... Line 330...
330
}
330
}
331
 
331
 
332
void PrintWarnings(void)
332
void PrintWarnings(void)
333
{
333
{
334
    int i;
334
    int i;
-
 
335
    char *header;
335
    SEXP names, s, t, header;
336
    SEXP names, s, t;
336
    RCNTXT cntxt;
337
    RCNTXT cntxt;
337
 
338
 
338
    if (R_CollectWarnings == 0)
339
    if (R_CollectWarnings == 0)
339
	return;
340
	return;
340
    else if (inPrintWarnings) {
341
    else if (inPrintWarnings) {