error messages and error handling

This commit is contained in:
dick
1988-09-16 23:19:50 +00:00
parent a5f48d6493
commit 1f7115fa8d
27 changed files with 111 additions and 101 deletions

View File

@@ -149,7 +149,7 @@ dot2expr(expp)
#endif NOFLOAT
default:
crash("bad conversion to expression");
break;
/*NOTREACHED*/
}
}
@@ -304,6 +304,7 @@ fill_int_expr(ex, ivalue, fund)
break;
default:
crash("(intexpr) bad fund %s\n", symbol2str(fund));
/*NOTREACHED*/
}
ex->ex_class = Value;
ex->VL_CLASS = Const;