more additions for lint

This commit is contained in:
dick
1991-01-07 12:33:38 +00:00
parent 55bf2e9bc1
commit 4a7ef15df2
7 changed files with 20 additions and 13 deletions

View File

@@ -146,8 +146,6 @@ debug(va_alist)
va_start(ap);
{
_error(DO_DEBUG, dot.tk_file, dot.tk_line, ap);
/* _error(DO_DEBUG, NILEXPR, ap);
*/
}
va_end(ap);
}
@@ -162,8 +160,6 @@ warning(va_alist)
va_start(ap);
{
_error(WARNING, dot.tk_file, dot.tk_line, ap);
/* _error(WARNING, NILEXPR, ap);
*/
}
va_end(ap);
}