fixed some bugs, changed warning interface

This commit is contained in:
eck
1989-10-27 13:33:10 +00:00
parent dccb2a8b8a
commit 6bc575ba9e
5 changed files with 23 additions and 9 deletions

View File

@@ -335,7 +335,7 @@ struct type *tp;
while((*tgpp) && (*tgpp)->tg_type != tp) {
tgpp = &((*tgpp)->next);
}
ASSERT(*tgpp);
if (!*tgpp) return;
tgp = *tgpp;
if (tgp->tg_level > L_PROTO) return;