undo modifications outside #ifdef LINT

This commit is contained in:
dick
1991-01-10 17:49:19 +00:00
parent 5aa72b23cf
commit 32eddf7846
3 changed files with 11 additions and 8 deletions

View File

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