From: johanknol Date: Sun, 23 Sep 2001 13:52:46 +0000 (+0000) Subject: This isn't needed anymore because of SDCCast.c:1.82 X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=a241dbc75332a071f15f5d78432ac87650ebdca1;p=fw%2Fsdcc This isn't needed anymore because of SDCCast.c:1.82 git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@1299 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- diff --git a/src/SDCCsymt.c b/src/SDCCsymt.c index 7164549b..51702c9e 100644 --- a/src/SDCCsymt.c +++ b/src/SDCCsymt.c @@ -956,7 +956,7 @@ addSymChain (symbol * symHead) then check if the type match, if the types match then delete the current entry and add the new entry */ if ((csym = findSymWithLevel (SymbolTab, sym)) && - csym->level == sym->level && csym->localof == sym->localof) { + csym->level == sym->level) { /* one definition extern ? */ if (IS_EXTERN (csym->etype) || IS_EXTERN (sym->etype)) {