Fix: dit not handle multiple POINTER TO constructs right
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user