From: johanknol Date: Fri, 7 Sep 2001 13:27:50 +0000 (+0000) Subject: ALWAYS walk the tree for UPOINTERS X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=e4e6530801265cc61ce67389310e58c8c4a95d5c;p=fw%2Fsdcc ALWAYS walk the tree for UPOINTERS git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@1237 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- diff --git a/src/SDCCsymt.c b/src/SDCCsymt.c index 8f3d8df4..382836fb 100644 --- a/src/SDCCsymt.c +++ b/src/SDCCsymt.c @@ -318,8 +318,7 @@ pointerTypes (sym_link * ptr, sym_link * type) ptr = ptr->next; /* could not find it */ - if (!ptr || IS_SPEC (ptr) || - DCL_TYPE (ptr) != UPOINTER) + if (!ptr || IS_SPEC (ptr)) return; /* change the pointer type depending on the