filename and linenumber info in more places

This commit is contained in:
dick
1988-08-29 15:51:48 +00:00
parent 62d1432035
commit 32e5679d6c
16 changed files with 108 additions and 71 deletions

View File

@@ -126,7 +126,7 @@ conversion(from_type, to_type)
signed, unsigned or floating
*/
static int
convtype(tp)/* bad name ???*/
convtype(tp)
register struct type *tp;
{
switch (tp->tp_fund) {