From a241dbc75332a071f15f5d78432ac87650ebdca1 Mon Sep 17 00:00:00 2001 From: johanknol Date: Sun, 23 Sep 2001 13:52:46 +0000 Subject: [PATCH] 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 --- src/SDCCsymt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)) { -- 2.30.2