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

@@ -207,8 +207,10 @@ ch7cast(expp, oper, tp)
else /* !oldi && !i */
float2float(expp, tp);
#else NOFLOAT
else
else {
crash("(ch7cast) floats not implemented\n");
/*NOTREACHED*/
}
#endif NOFLOAT
}
else