newer version

This commit is contained in:
ceriel
1986-04-07 17:40:38 +00:00
parent 376c47c98f
commit f2b68c8261
15 changed files with 438 additions and 81 deletions

View File

@@ -46,10 +46,10 @@ extern char *symbol2str();
#ifdef DEBUG
/*VARARGS2*/
debug(level, fmt, args)
debug(fmt, args)
char *fmt;
{
if (level <= options['D']) _error(VDEBUG, NULLNODE, fmt, &args);
_error(VDEBUG, NULLNODE, fmt, &args);
}
#endif DEBUG