bug fix in local extern-declarations, some other minor changes

This commit is contained in:
ceriel
1987-06-01 10:17:29 +00:00
parent ed7105e2cf
commit 1fb8da7a02
4 changed files with 15 additions and 14 deletions

View File

@@ -337,9 +337,7 @@ check_and_pad(expp, tpp)
struct type **tpp;
struct expr **expp;
{
/* ex is of a fundamental type */
register struct type *tp = *tpp;
register struct expr *ex = *expp;
if (tp->tp_fund == ARRAY) {
check_and_pad(expp, &(tp->tp_up)); /* first member */