Fix: dit not handle multiple POINTER TO constructs right

This commit is contained in:
ceriel
1994-05-25 12:10:59 +00:00
parent 25b0941b80
commit e960c8cba3
2 changed files with 4 additions and 0 deletions

View File

@@ -112,6 +112,7 @@ chk_forw(pdf)
while (df = *pdf) {
if (df->df_kind == D_FORWTYPE) {
pdf = &df->df_nextinscope;
ForceForwardTypeDef(df); /* removes df */
continue;
}