safety commit, newer version

This commit is contained in:
ceriel
1986-03-27 17:37:41 +00:00
parent 851a68883c
commit f2764393be
15 changed files with 444 additions and 126 deletions

View File

@@ -132,7 +132,7 @@ _error(class, expr, fmt, argv)
case LEXERROR:
case CRASH:
case FATAL:
/*
/* ????
if (C_busy())
C_ms_err();
*/
@@ -164,7 +164,7 @@ _error(class, expr, fmt, argv)
switch (class) {
case WARNING:
case ERROR:
ln = /* expr ? expr->ex_line : */ dot.tk_lineno;
ln = /* ???? expr ? expr->ex_line : */ dot.tk_lineno;
break;
case LEXWARNING:
case LEXERROR: